Html Css Color HEX #EE0097 Hollywood Cerise

📋 copy color: '#EE0097'

red 238 ◦ green 0 ◦ blue 151

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

Shades of Hollywood Cerise #EE0097

Tints of Hollywood Cerise #EE0097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 61.18%
G = 0%
B = 38.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE0097 (or 0xEE0097) is known color: Hollywood Cerise. HEX triplet: EE, 00 and 97. RGB value is (238,0,151). Sum of RGB (Red+Green+Blue) = 238+0+151=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0097 is #11FF68. Grayscale: #585858. Windows color (decimal): -1179497 or 9896174. OLE color: 9896174.

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

Color convert

RGB 238 0 151 -
CMYK 0 1 0.37 0.07
HSL 321.93º 1% 0.47% -
HSV(B) 321.93º 1% 0.93% -
XYZ 40.85 20.41 31.07 -
YUV 88.38 163.35 234.72 -
System Red Green Blue C M Y K H S L
Decimal 238 0 151 0 1 0.37 0.07 321.93 1 0.47
Hex EE 0 97 0 64 25 7 142 64 2F
Octal 356 0 227 0 144 45 7 502 144 57
Binary 11101110 0 10010111 0 1100100 100101 111 101000010 1100100 101111

Color Harmonies of #EE0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0097

Black with #EE0097

Text Example


Text Example

White with #EE0097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0097; }

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

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

background-color css

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

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

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

border-color css

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

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

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