#EE027E

Color #EE027E Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EE027E

Tints of Deep Pink #EE027E

Color information

#EE027E (or 0xEE027E) is unknown color: approx Deep Pink. HEX triplet: EE, 02 and 7E. RGB value is (238,2,126). Sum of RGB (Red+Green+Blue) = 238+2+126=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE027E is #11FD81. Grayscale: #565656. Windows color (decimal): -1179010 or 8258286. OLE color: 8258286.

HSL color Cylindrical-coordinate representation of color #EE027E: hue angle of 328.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE027E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB2382126-
CMYK00.990.470.07
HSL328.47º98.33%47.06%-
HSV(B)328.47º99.16%93.33%-
XYZ39.0519.7321.49-
YUV86.7150.19235.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 65.03%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=65.03%
G=0.55%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238212600.990.470.07328.4798.3347.06
HexEE27E0632F7148622f
Octal3562176014357751014257
Binary11101110101111110011000111011111111010010001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE027E; }

 p { color: rgb(238,2,126); }

 H1.HeaderClassName
 {
   color: #EE027E;
 }
 .AnyTagClassName
 {
   color: #EE027E;
 }
</style>
background-color css

<style>
 a { background-color: #EE027E; }

 a { background-color: rgb(238,2,126); }

 div.DivClassName
 {
   background-color: #EE027E;
 }
 .BgClassName
 {
   background-color: #EE027E;
 }
</style>
border-color css

<style>
 span { border-color: #EE027E; }

 span { border-color: rgb(238,2,126); }

 td.TdClassName
 {
   border-color: #EE027E;
 }
 .TagClassName
 {
   border-color: #EE027E;
 }
</style>