Html Css Color HEX #EE0291 Hollywood Cerise

📋 copy color: '#EE0291'

red 238 ◦ green 2 ◦ blue 145

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

Shades of Hollywood Cerise #EE0291

Tints of Hollywood Cerise #EE0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 61.82%
G = 0.52%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE0291 (or 0xEE0291) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 91. RGB value is (238,2,145). Sum of RGB (Red+Green+Blue) = 238+2+145=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0291 is #11FD6E. Grayscale: #585858. Windows color (decimal): -1178991 or 9503470. OLE color: 9503470.

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

Color convert

RGB 238 2 145 -
CMYK 0 0.99 0.39 0.07
HSL 323.64º 0.98% 0.47% -
HSV(B) 323.64º 0.99% 0.93% -
XYZ 40.39 20.26 28.57 -
YUV 88.87 159.69 234.37 -
System Red Green Blue C M Y K H S L
Decimal 238 2 145 0 0.99 0.39 0.07 323.64 0.98 0.47
Hex EE 2 91 0 63 27 7 144 62 2F
Octal 356 2 221 0 143 47 7 504 142 57
Binary 11101110 10 10010001 0 1100011 100111 111 101000100 1100010 101111

Color Harmonies of #EE0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0291

Black with #EE0291

Text Example


Text Example

White with #EE0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0291; }

 p { color: rgb(238,2,145); }

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

background-color css

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

 a { background-color: rgb(238,2,145); }

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

border-color css

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

 span { border-color: rgb(238,2,145); }

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