#EE0F8F

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

Shades of Deep Pink #EE0F8F

Tints of Deep Pink #EE0F8F

Color information

#EE0F8F (or 0xEE0F8F) is unknown color: approx Deep Pink. HEX triplet: EE, 0F and 8F. RGB value is (238,15,143). Sum of RGB (Red+Green+Blue) = 238+15+143=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F8F is #11F070. Grayscale: #5F5F5F. Windows color (decimal): -1175665 or 9375726. OLE color: 9375726.

HSL color Cylindrical-coordinate representation of color #EE0F8F: hue angle of 325.56º 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 #EE0F8F is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB23815143-
CMYK00.940.400.07
HSL325.56º88.14%49.61%-
HSV(B)325.56º93.7%93.33%-
XYZ40.3920.527.82-
YUV96.27154.38229.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.10%
GREEN value IS 15 (6.25% from 255) = 3.79%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=60.10%
G=3.79%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381514300.940.400.07325.5688.1449.61
HexEEF8F05E2871465832
Octal35617217013650750613062
Binary11101110111110001111010111101010001111010001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0F8F; }

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

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

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

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

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

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

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

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