Html Css Color HEX #EE207D Deep Cerise

📋 copy color: '#EE207D'

red 238 ◦ green 32 ◦ blue 125

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

Shades of Deep Cerise #EE207D

Tints of Deep Cerise #EE207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 60.25%
G = 8.1%
B = 31.65%

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

#EE207D (or 0xEE207D) is known color: Deep Cerise. HEX triplet: EE, 20 and 7D. RGB value is (238,32,125). Sum of RGB (Red+Green+Blue) = 238+32+125=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE207D is #11DF82. Grayscale: #686868. Windows color (decimal): -1171331 or 8200430. OLE color: 8200430.

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

Color convert

RGB 238 32 125 -
CMYK 0 0.87 0.47 0.07
HSL 332.91º 0.86% 0.53% -
HSV(B) 332.91º 0.87% 0.93% -
XYZ 39.48 20.69 21.32 -
YUV 104.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 238 32 125 0 0.87 0.47 0.07 332.91 0.86 0.53
Hex EE 20 7D 0 57 2F 7 14D 56 35
Octal 356 40 175 0 127 57 7 515 126 65
Binary 11101110 100000 1111101 0 1010111 101111 111 101001101 1010110 110101

Color Harmonies of #EE207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE207D

Black with #EE207D

Text Example


Text Example

White with #EE207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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