Html Css Color HEX #EE2392 Deep Pink

📋 copy color: '#EE2392'

red 238 ◦ green 35 ◦ blue 146

#EE2392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EE2392

Tints of Deep Pink #EE2392

RGB

 RED value IS 238 (93.36% from 255) = 56.8%

 GREEN value IS 35 (14.06% from 255) = 8.35%

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 56.8%
G = 8.35%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE2392 (or 0xEE2392) is known color: 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

RGB 238 35 146 -
CMYK 0 0.85 0.39 0.07
HSL 327.19º 0.86% 0.54% -
HSV(B) 327.19º 0.85% 0.93% -
XYZ 41.05 21.45 29.17 -
YUV 108.35 149.25 220.47 -
System Red Green Blue C M Y K H S L
Decimal 238 35 146 0 0.85 0.39 0.07 327.19 0.86 0.54
Hex EE 23 92 0 55 27 7 147 56 36
Octal 356 43 222 0 125 47 7 507 126 66
Binary 11101110 100011 10010010 0 1010101 100111 111 101000111 1010110 110110

Color Harmonies of #EE2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2392

Black with #EE2392

Text Example


Text Example

White with #EE2392

Text Example


Text Example

HTML Codes & Css Web 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>