Html Css Color HEX #EE207F Deep Cerise

📋 copy color: '#EE207F'

red 238 ◦ green 32 ◦ blue 127

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

Shades of Deep Cerise #EE207F

Tints of Deep Cerise #EE207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.06%

 BLUE value IS 127 (50% from 255) = 31.99%

R = 59.95%
G = 8.06%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE207F (or 0xEE207F) is known color: Deep Cerise. HEX triplet: EE, 20 and 7F. RGB value is (238,32,127). Sum of RGB (Red+Green+Blue) = 238+32+127=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE207F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE207F is #11DF80. Grayscale: #686868. Windows color (decimal): -1171329 or 8331502. OLE color: 8331502.

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

Color convert

RGB 238 32 127 -
CMYK 0 0.87 0.47 0.07
HSL 332.33º 0.86% 0.53% -
HSV(B) 332.33º 0.87% 0.93% -
XYZ 39.61 20.74 21.99 -
YUV 104.42 140.75 223.28 -
System Red Green Blue C M Y K H S L
Decimal 238 32 127 0 0.87 0.47 0.07 332.33 0.86 0.53
Hex EE 20 7F 0 57 2F 7 14C 56 35
Octal 356 40 177 0 127 57 7 514 126 65
Binary 11101110 100000 1111111 0 1010111 101111 111 101001100 1010110 110101

Color Harmonies of #EE207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE207F

Black with #EE207F

Text Example


Text Example

White with #EE207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE207F; }

 p { color: rgb(238,32,127); }

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

background-color css

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

 a { background-color: rgb(238,32,127); }

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

border-color css

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

 span { border-color: rgb(238,32,127); }

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