Html Css Color HEX #EE217C Deep Cerise

📋 copy color: '#EE217C'

red 238 ◦ green 33 ◦ blue 124

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

Shades of Deep Cerise #EE217C

Tints of Deep Cerise #EE217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.35%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 60.25%
G = 8.35%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE217C (or 0xEE217C) is known color: Deep Cerise. HEX triplet: EE, 21 and 7C. RGB value is (238,33,124). Sum of RGB (Red+Green+Blue) = 238+33+124=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE217C is #11DE83. Grayscale: #686868. Windows color (decimal): -1171076 or 8135150. OLE color: 8135150.

HSL color Cylindrical-coordinate representation of color #EE217C: hue angle of 333.37º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE217C is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 33 124 -
CMYK 0 0.86 0.48 0.07
HSL 333.37º 0.86% 0.53% -
HSV(B) 333.37º 0.86% 0.93% -
XYZ 39.44 20.72 20.99 -
YUV 104.67 138.92 223.1 -
System Red Green Blue C M Y K H S L
Decimal 238 33 124 0 0.86 0.48 0.07 333.37 0.86 0.53
Hex EE 21 7C 0 56 30 7 14D 56 35
Octal 356 41 174 0 126 60 7 515 126 65
Binary 11101110 100001 1111100 0 1010110 110000 111 101001101 1010110 110101

Color Harmonies of #EE217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE217C

Black with #EE217C

Text Example


Text Example

White with #EE217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE217C; }

 p { color: rgb(238,33,124); }

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

background-color css

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

 a { background-color: rgb(238,33,124); }

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

border-color css

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

 span { border-color: rgb(238,33,124); }

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