Html Css Color HEX #EE0E99 Hollywood Cerise

📋 copy color: '#EE0E99'

red 238 ◦ green 14 ◦ blue 153

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

Shades of Hollywood Cerise #EE0E99

Tints of Hollywood Cerise #EE0E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.46%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 58.77%
G = 3.46%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE0E99 (or 0xEE0E99) is known color: Hollywood Cerise. HEX triplet: EE, 0E and 99. RGB value is (238,14,153). Sum of RGB (Red+Green+Blue) = 238+14+153=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0E99 is #11F166. Grayscale: #606060. Windows color (decimal): -1175911 or 10030830. OLE color: 10030830.

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

Color convert

RGB 238 14 153 -
CMYK 0 0.94 0.36 0.07
HSL 322.77º 0.89% 0.49% -
HSV(B) 322.77º 0.94% 0.93% -
XYZ 41.17 20.79 31.98 -
YUV 96.82 159.71 228.7 -
System Red Green Blue C M Y K H S L
Decimal 238 14 153 0 0.94 0.36 0.07 322.77 0.89 0.49
Hex EE E 99 0 5E 24 7 143 59 31
Octal 356 16 231 0 136 44 7 503 131 61
Binary 11101110 1110 10011001 0 1011110 100100 111 101000011 1011001 110001

Color Harmonies of #EE0E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E99

Black with #EE0E99

Text Example


Text Example

White with #EE0E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E99; }

 p { color: rgb(238,14,153); }

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

background-color css

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

 a { background-color: rgb(238,14,153); }

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

border-color css

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

 span { border-color: rgb(238,14,153); }

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