Html Css Color HEX #EE3382 Deep Cerise

📋 copy color: '#EE3382'

red 238 ◦ green 51 ◦ blue 130

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

Shades of Deep Cerise #EE3382

Tints of Deep Cerise #EE3382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.17%

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 56.8%
G = 12.17%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE3382 (or 0xEE3382) is known color: Deep Cerise. HEX triplet: EE, 33 and 82. RGB value is (238,51,130). Sum of RGB (Red+Green+Blue) = 238+51+130=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3382 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3382 is #11CC7D. Grayscale: #737373. Windows color (decimal): -1166462 or 8532974. OLE color: 8532974.

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

Color convert

RGB 238 51 130 -
CMYK 0 0.79 0.45 0.07
HSL 334.65º 0.85% 0.57% -
HSV(B) 334.65º 0.79% 0.93% -
XYZ 40.47 22.16 23.26 -
YUV 115.92 135.95 215.08 -
System Red Green Blue C M Y K H S L
Decimal 238 51 130 0 0.79 0.45 0.07 334.65 0.85 0.57
Hex EE 33 82 0 4F 2D 7 14F 55 39
Octal 356 63 202 0 117 55 7 517 125 71
Binary 11101110 110011 10000010 0 1001111 101101 111 101001111 1010101 111001

Color Harmonies of #EE3382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3382

Black with #EE3382

Text Example


Text Example

White with #EE3382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3382; }

 p { color: rgb(238,51,130); }

 H1.HeaderClassName
 {
   color: #EE3382;
 }
 .AnyTagClassName
 {
   color: #EE3382;
 }
</style>

background-color css

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

 a { background-color: rgb(238,51,130); }

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

border-color css

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

 span { border-color: rgb(238,51,130); }

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