Html Css Color HEX #EE0290 Hollywood Cerise

📋 copy color: '#EE0290'

red 238 ◦ green 2 ◦ blue 144

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

Shades of Hollywood Cerise #EE0290

Tints of Hollywood Cerise #EE0290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 61.98%
G = 0.52%
B = 37.5%

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

#EE0290 (or 0xEE0290) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 90. RGB value is (238,2,144). Sum of RGB (Red+Green+Blue) = 238+2+144=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0290 is #11FD6F. Grayscale: #585858. Windows color (decimal): -1178992 or 9437934. OLE color: 9437934.

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

Color convert

RGB 238 2 144 -
CMYK 0 0.99 0.39 0.07
HSL 323.9º 0.98% 0.47% -
HSV(B) 323.9º 0.99% 0.93% -
XYZ 40.32 20.23 28.17 -
YUV 88.75 159.19 234.45 -
System Red Green Blue C M Y K H S L
Decimal 238 2 144 0 0.99 0.39 0.07 323.9 0.98 0.47
Hex EE 2 90 0 63 27 7 144 62 2F
Octal 356 2 220 0 143 47 7 504 142 57
Binary 11101110 10 10010000 0 1100011 100111 111 101000100 1100010 101111

Color Harmonies of #EE0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0290

Black with #EE0290

Text Example


Text Example

White with #EE0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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