COLOR #E1268A

HEX: #E1268A
RGB: (225,38,138)

Color info

#E1268A contains mainly red color. Web safe color of #E1268A is #CC3399 (or #C39).

RGB color model

#E1268A color RGB value is (225,38,138).

  • red value is 225;
  • green value is 38;
  • blue value is 138.
RGB:
(225,38,138)
(88%,15%,54%)

RGB channels and saturation

R 225 of 255 = 88%
G 38 of 255 = 15%
B 138 of 255 = 54%

225
38
138

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

Portions of RGB colors in percentages

R + G + B =
225 + 38 + 138 = 401 (100%)
R 225 of 401 ~ 56.11%
G 38 of 401 ~ 9.48%
B 138 of 401 ~ 34.41%

%56.11
%34.41

CMYK color model

#E1268A color CMYK value is (0,83,39,12).

  • cyan value is 0.00%
  • magenta value is 83.11%
  • yellow value is 38.67%
  • key color value is 11.76%
CMYK:
(0,83,39,12)
C0M83Y39K12 
(0%,83%,39%,12%)
(0.00/0.83/0.39/0.12)	

CMYK percentages

%0
%83.11
%38.67
%11.76

Codes

Color #E1268A in popluar color models

E1268A
RGB22538138
HSL328°75.71%51.57%
HSB/HSV328°83.11%88.24%
CMYK0.00%83.11%38.67%
11.76%

Color #E1268A in popluar number systems.

HEXE1268A
Decimal22538138
Binary1110000110011010001010
Octal34146212

Shades and tints

Shades of #E1268A

#E1268A
(225,38,138)
#CD237E
(205,35,126)
#B92072
(185,32,114)
#A51D66
(165,29,102)
#911A5A
(145,26,90)
#7D174E
(125,23,78)
#691442
(105,20,66)
#551136
(85,17,54)
#410E2A
(65,14,42)
#2D0B1E
(45,11,30)
#190812
(25,8,18)
#000000
(0,0,0)

Tints of #E1268A

#E1268A
(225,38,138)
#E33994
(227,57,148)
#E54C9E
(229,76,158)
#E75FA8
(231,95,168)
#E972B2
(233,114,178)
#EB85BC
(235,133,188)
#ED98C6
(237,152,198)
#EFABD0
(239,171,208)
#F1BEDA
(241,190,218)
#F3D1E4
(243,209,228)
#F5E4EE
(245,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1268A color. Also use rgb(225,38,138) instead hex code.

Text Font Color

.myTextColor { color: #E1268A; }

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

This text font color is #E1268A.


Background Color

.myBgColor { background-color: #E1268A; }

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

This div background color is #E1268A.


Border color

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

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

This div border color is #E1268A.


Opacity

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

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

Text with #E1268A 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 #E1268A;}

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

This text has shadow with #E1268A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1268A on black background.


Color preview on white background

This text has color #E1268A on white background.



Black color preview on #E1268A background

This text has black color on #E1268A background.


White color preview on #E1268A background

This text has white color on #E1268A background.