#EE0F8C

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

Shades of Deep Pink #EE0F8C

Tints of Deep Pink #EE0F8C

Color information

#EE0F8C (or 0xEE0F8C) is unknown color: approx Deep Pink. HEX triplet: EE, 0F and 8C. RGB value is (238,15,140). Sum of RGB (Red+Green+Blue) = 238+15+140=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F8C is #11F073. Grayscale: #5F5F5F. Windows color (decimal): -1175668 or 9179118. OLE color: 9179118.

HSL color Cylindrical-coordinate representation of color #EE0F8C: hue angle of 326.37º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F8C is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23815140-
CMYK00.940.410.07
HSL326.37º88.14%49.61%-
HSV(B)326.37º93.7%93.33%-
XYZ40.1620.4126.63-
YUV95.93152.88229.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.56%
GREEN value IS 15 (6.25% from 255) = 3.82%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=60.56%
G=3.82%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381514000.940.410.07326.3788.1449.61
HexEEF8C05E2971465832
Octal35617214013651750613062
Binary11101110111110001100010111101010011111010001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0F8C; }

 p { color: rgb(238,15,140); }

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

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

 a { background-color: rgb(238,15,140); }

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

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

 span { border-color: rgb(238,15,140); }

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