Html Css Color HEX #EE009D Hollywood Cerise

📋 copy color: '#EE009D'

red 238 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #EE009D

Tints of Hollywood Cerise #EE009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.25%
G = 0%
B = 39.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE009D (or 0xEE009D) is known color: Hollywood Cerise. HEX triplet: EE, 00 and 9D. RGB value is (238,0,157). Sum of RGB (Red+Green+Blue) = 238+0+157=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE009D is #11FF62. Grayscale: #585858. Windows color (decimal): -1179491 or 10289390. OLE color: 10289390.

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

Color convert

RGB 238 0 157 -
CMYK 0 1 0.34 0.07
HSL 320.42º 1% 0.47% -
HSV(B) 320.42º 1% 0.93% -
XYZ 41.35 20.61 33.7 -
YUV 89.06 166.35 234.23 -
System Red Green Blue C M Y K H S L
Decimal 238 0 157 0 1 0.34 0.07 320.42 1 0.47
Hex EE 0 9D 0 64 22 7 140 64 2F
Octal 356 0 235 0 144 42 7 500 144 57
Binary 11101110 0 10011101 0 1100100 100010 111 101000000 1100100 101111

Color Harmonies of #EE009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE009D

Black with #EE009D

Text Example


Text Example

White with #EE009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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