Html Css Color HEX #EE0A9C Hollywood Cerise

📋 copy color: '#EE0A9C'

red 238 ◦ green 10 ◦ blue 156

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

Shades of Hollywood Cerise #EE0A9C

Tints of Hollywood Cerise #EE0A9C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 58.91%
G = 2.48%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE0A9C (or 0xEE0A9C) is known color: Hollywood Cerise. HEX triplet: EE, 0A and 9C. RGB value is (238,10,156). Sum of RGB (Red+Green+Blue) = 238+10+156=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0A9C is #11F563. Grayscale: #5E5E5E. Windows color (decimal): -1176932 or 10226414. OLE color: 10226414.

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

Color convert

RGB 238 10 156 -
CMYK 0 0.96 0.34 0.07
HSL 321.58º 0.92% 0.49% -
HSV(B) 321.58º 0.96% 0.93% -
XYZ 41.37 20.79 33.29 -
YUV 94.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 238 10 156 0 0.96 0.34 0.07 321.58 0.92 0.49
Hex EE A 9C 0 60 22 7 142 5C 31
Octal 356 12 234 0 140 42 7 502 134 61
Binary 11101110 1010 10011100 0 1100000 100010 111 101000010 1011100 110001

Color Harmonies of #EE0A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A9C

Black with #EE0A9C

Text Example


Text Example

White with #EE0A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A9C; }

 p { color: rgb(238,10,156); }

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

background-color css

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

 a { background-color: rgb(238,10,156); }

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

border-color css

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

 span { border-color: rgb(238,10,156); }

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