Html Css Color HEX #EE2481 Deep Cerise

📋 copy color: '#EE2481'

red 238 ◦ green 36 ◦ blue 129

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

Shades of Deep Cerise #EE2481

Tints of Deep Cerise #EE2481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.93%

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

R = 59.06%
G = 8.93%
B = 32.01%

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

#EE2481 (or 0xEE2481) is known color: Deep Cerise. HEX triplet: EE, 24 and 81. RGB value is (238,36,129). Sum of RGB (Red+Green+Blue) = 238+36+129=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2481 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2481 is #11DB7E. Grayscale: #6A6A6A. Windows color (decimal): -1170303 or 8463598. OLE color: 8463598.

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

Color convert

RGB 238 36 129 -
CMYK 0 0.85 0.46 0.07
HSL 332.38º 0.86% 0.54% -
HSV(B) 332.38º 0.85% 0.93% -
XYZ 39.85 21.02 22.73 -
YUV 107 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 238 36 129 0 0.85 0.46 0.07 332.38 0.86 0.54
Hex EE 24 81 0 55 2E 7 14C 56 36
Octal 356 44 201 0 125 56 7 514 126 66
Binary 11101110 100100 10000001 0 1010101 101110 111 101001100 1010110 110110

Color Harmonies of #EE2481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2481

Black with #EE2481

Text Example


Text Example

White with #EE2481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2481; }

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

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

background-color css

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

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

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

border-color css

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

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

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