COLOR #E12D7D

HEX: #E12D7D
RGB: (225,45,125)

Renk bilgisi

#E12D7D contains mainly red color. #E12D7D ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#E12D7D color RGB value is (225,45,125).

  • kırmız ton 225;
  • yeşil ton 45;
  • mavi ton 125.
RGB:
(225,45,125)
(88%,18%,49%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 45 of 255 = 18%
B 125 of 255 = 49%

225
45
125

R + G + B ~ 52%. #E12D7D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 45 + 125 = 395 (100%)
R 225 of 395 ~ 56.96%
G 45 of 395 ~ 11.39%
B 125 of 395 ~ 31.65%

%56.96
%11.39
%31.65

CMYK RENK MODELİ

#E12D7D rengi CMYK tonu (0,80,44,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 80.00%
  • sarı tonu 44.44%
  • ana renk tonu 11.76%
CMYK:
(0,80,44,12)
C0M80Y44K12 
(0%,80%,44%,12%)
(0.00/0.80/0.44/0.12)	

CMYK yüzdeleri

%0
%80
%44.44
%11.76

Codes

Color #E12D7D in popluar color models

E12D7D
RGB22545125
HSL333°75.00%52.94%
HSB/HSV333°80.00%88.24%
CMYK0.00%80.00%44.44%
11.76%

Color #E12D7D in popluar number systems.

HEXE12D7D
Decimal22545125
Binary111000011011011111101
Octal34155175

Shades and tints

Shades of #E12D7D

#E12D7D
(225,45,125)
#CD2972
(205,41,114)
#B92567
(185,37,103)
#A5215C
(165,33,92)
#911D51
(145,29,81)
#7D1946
(125,25,70)
#69153B
(105,21,59)
#551130
(85,17,48)
#410D25
(65,13,37)
#2D091A
(45,9,26)
#19050F
(25,5,15)
#000000
(0,0,0)

Tints of #E12D7D

#E12D7D
(225,45,125)
#E34088
(227,64,136)
#E55393
(229,83,147)
#E7669E
(231,102,158)
#E979A9
(233,121,169)
#EB8CB4
(235,140,180)
#ED9FBF
(237,159,191)
#EFB2CA
(239,178,202)
#F1C5D5
(241,197,213)
#F3D8E0
(243,216,224)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E12D7D color. Also use rgb(225,45,125) instead hex code.

Text Font Color

.myTextColor { color: #E12D7D; }

<p style="color:#E12D7D">This sample text font color is #E12D7D.</p>

This text font color is #E12D7D.


Background Color

.myBgColor { background-color: #E12D7D; }

<div style="background-color:#E12D7D">Inner text</div>

This div background color is #E12D7D.


Border color

.myBorderColor { border: 1px solid #E12D7D; }

<div style="border:3px solid #E12D7D">Div</div>

This div border color is #E12D7D.


Opacity

.myOpacity80 { color: #E12D7D; opacity: 0.8; }

<p style="color:#E12D7D;opacity:0.8;">80%</p>

Text with #E12D7D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E12D7D;}

<p style="text-shadow: 3px 3px 1px #E12D7D">Text here.</p>

This text has shadow with #E12D7D color.

.textShadow {text-shadow: 3px 3px 1px #E12D7D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E12D7D, 5px 5px 20px red">Text here.</p>

This text has shadow with #E12D7D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E12D7D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E12D7D, Direction=45, Strength=4)">Text</p>

This text has shadow with #E12D7D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E12D7D;
  -webkit-box-shadow:	1px 1px 3px 2px #E12D7D;
  box-shadow:		1px 1px 3px 2px #E12D7D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E12D7D;
-webkit-box-shadow: 1px 1px 3px 2px #E12D7D;
box-shadow:1px 1px 3px 2px #E12D7D;">
Div content here</div>
This div box has shadow with color #E12D7D.

Preview

Color preview on black background

This text has color #E12D7D on black background.


Color preview on white background

This text has color #E12D7D on white background.



Black color preview on #E12D7D background

This text has black color on #E12D7D background.


White color preview on #E12D7D background

This text has white color on #E12D7D background.