Html Css Color HEX #EE009A Hollywood Cerise

📋 copy color: '#EE009A'

red 238 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #EE009A

Tints of Hollywood Cerise #EE009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 60.71%
G = 0%
B = 39.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE009A (or 0xEE009A) is known color: Hollywood Cerise. HEX triplet: EE, 00 and 9A. RGB value is (238,0,154). Sum of RGB (Red+Green+Blue) = 238+0+154=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE009A is #11FF65. Grayscale: #585858. Windows color (decimal): -1179494 or 10092782. OLE color: 10092782.

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

Color convert

RGB 238 0 154 -
CMYK 0 1 0.35 0.07
HSL 321.18º 1% 0.47% -
HSV(B) 321.18º 1% 0.93% -
XYZ 41.09 20.51 32.36 -
YUV 88.72 164.85 234.48 -
System Red Green Blue C M Y K H S L
Decimal 238 0 154 0 1 0.35 0.07 321.18 1 0.47
Hex EE 0 9A 0 64 23 7 141 64 2F
Octal 356 0 232 0 144 43 7 501 144 57
Binary 11101110 0 10011010 0 1100100 100011 111 101000001 1100100 101111

Color Harmonies of #EE009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE009A

Black with #EE009A

Text Example


Text Example

White with #EE009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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