Html Css Color HEX #EE029D Hollywood Cerise

📋 copy color: '#EE029D'

red 238 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #EE029D

Tints of Hollywood Cerise #EE029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 59.95%
G = 0.5%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE029D (or 0xEE029D) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 9D. RGB value is (238,2,157). Sum of RGB (Red+Green+Blue) = 238+2+157=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE029D is #11FD62. Grayscale: #595959. Windows color (decimal): -1178979 or 10289902. OLE color: 10289902.

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

Color convert

RGB 238 2 157 -
CMYK 0 0.99 0.34 0.07
HSL 320.59º 0.98% 0.47% -
HSV(B) 320.59º 0.99% 0.93% -
XYZ 41.37 20.65 33.7 -
YUV 90.23 165.69 233.4 -
System Red Green Blue C M Y K H S L
Decimal 238 2 157 0 0.99 0.34 0.07 320.59 0.98 0.47
Hex EE 2 9D 0 63 22 7 141 62 2F
Octal 356 2 235 0 143 42 7 501 142 57
Binary 11101110 10 10011101 0 1100011 100010 111 101000001 1100010 101111

Color Harmonies of #EE029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE029D

Black with #EE029D

Text Example


Text Example

White with #EE029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE029D; }

 p { color: rgb(238,2,157); }

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

background-color css

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

 a { background-color: rgb(238,2,157); }

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

border-color css

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

 span { border-color: rgb(238,2,157); }

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