Html Css Color HEX #EE2384 Deep Cerise

📋 copy color: '#EE2384'

red 238 ◦ green 35 ◦ blue 132

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

Shades of Deep Cerise #EE2384

Tints of Deep Cerise #EE2384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 58.77%
G = 8.64%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE2384 (or 0xEE2384) is known color: Deep Cerise. HEX triplet: EE, 23 and 84. RGB value is (238,35,132). Sum of RGB (Red+Green+Blue) = 238+35+132=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2384 is #11DC7B. Grayscale: #6A6A6A. Windows color (decimal): -1170556 or 8659950. OLE color: 8659950.

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

Color convert

RGB 238 35 132 -
CMYK 0 0.85 0.45 0.07
HSL 331.33º 0.86% 0.54% -
HSV(B) 331.33º 0.85% 0.93% -
XYZ 40.03 21.05 23.78 -
YUV 106.76 142.25 221.61 -
System Red Green Blue C M Y K H S L
Decimal 238 35 132 0 0.85 0.45 0.07 331.33 0.86 0.54
Hex EE 23 84 0 55 2D 7 14B 56 36
Octal 356 43 204 0 125 55 7 513 126 66
Binary 11101110 100011 10000100 0 1010101 101101 111 101001011 1010110 110110

Color Harmonies of #EE2384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2384

Black with #EE2384

Text Example


Text Example

White with #EE2384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2384; }

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

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

background-color css

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

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

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

border-color css

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

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

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