#EE2392

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

Shades of Deep Pink #EE2392

Tints of Deep Pink #EE2392

Color information

#EE2392 (or 0xEE2392) is unknown color: approx Deep Pink. HEX triplet: EE, 23 and 92. RGB value is (238,35,146). Sum of RGB (Red+Green+Blue) = 238+35+146=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2392 is #11DC6D. Grayscale: #6C6C6C. Windows color (decimal): -1170542 or 9577454. OLE color: 9577454.

HSL color Cylindrical-coordinate representation of color #EE2392: hue angle of 327.19º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2392 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB23835146-
CMYK00.850.390.07
HSL327.19º85.65%53.53%-
HSV(B)327.19º85.29%93.33%-
XYZ41.0521.4529.17-
YUV108.35149.25220.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.80%
GREEN value IS 35 (14.06% from 255) = 8.35%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=56.80%
G=8.35%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383514600.850.390.07327.1985.6553.53
HexEE23920552771475636
Octal35643222012547750712666
Binary1110111010001110010010010101011001111111010001111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2392; }

 p { color: rgb(238,35,146); }

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

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

 a { background-color: rgb(238,35,146); }

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

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

 span { border-color: rgb(238,35,146); }

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