Html Css Color HEX #EE2381 Deep Cerise

📋 copy color: '#EE2381'

red 238 ◦ green 35 ◦ blue 129

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

Shades of Deep Cerise #EE2381

Tints of Deep Cerise #EE2381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 59.2%
G = 8.71%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE2381 (or 0xEE2381) is known color: Deep Cerise. HEX triplet: EE, 23 and 81. RGB value is (238,35,129). Sum of RGB (Red+Green+Blue) = 238+35+129=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2381 is #11DC7E. Grayscale: #6A6A6A. Windows color (decimal): -1170559 or 8463342. OLE color: 8463342.

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

Color convert

RGB 238 35 129 -
CMYK 0 0.85 0.46 0.07
HSL 332.22º 0.86% 0.54% -
HSV(B) 332.22º 0.85% 0.93% -
XYZ 39.82 20.96 22.72 -
YUV 106.41 140.75 221.86 -
System Red Green Blue C M Y K H S L
Decimal 238 35 129 0 0.85 0.46 0.07 332.22 0.86 0.54
Hex EE 23 81 0 55 2E 7 14C 56 36
Octal 356 43 201 0 125 56 7 514 126 66
Binary 11101110 100011 10000001 0 1010101 101110 111 101001100 1010110 110110

Color Harmonies of #EE2381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2381

Black with #EE2381

Text Example


Text Example

White with #EE2381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2381; }

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

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

background-color css

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

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

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

border-color css

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

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

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