Html Css Color HEX #EE0295 Hollywood Cerise

📋 copy color: '#EE0295'

red 238 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #EE0295

Tints of Hollywood Cerise #EE0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 61.18%
G = 0.51%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE0295 (or 0xEE0295) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 95. RGB value is (238,2,149). Sum of RGB (Red+Green+Blue) = 238+2+149=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0295 is #11FD6A. Grayscale: #585858. Windows color (decimal): -1178987 or 9765614. OLE color: 9765614.

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

Color convert

RGB 238 2 149 -
CMYK 0 0.99 0.37 0.07
HSL 322.63º 0.98% 0.47% -
HSV(B) 322.63º 0.99% 0.93% -
XYZ 40.71 20.39 30.22 -
YUV 89.32 161.69 234.05 -
System Red Green Blue C M Y K H S L
Decimal 238 2 149 0 0.99 0.37 0.07 322.63 0.98 0.47
Hex EE 2 95 0 63 25 7 143 62 2F
Octal 356 2 225 0 143 45 7 503 142 57
Binary 11101110 10 10010101 0 1100011 100101 111 101000011 1100010 101111

Color Harmonies of #EE0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0295

Black with #EE0295

Text Example


Text Example

White with #EE0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0295; }

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

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

background-color css

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

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

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

border-color css

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

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

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