Html Css Color HEX #EE0595 Hollywood Cerise

📋 copy color: '#EE0595'

red 238 ◦ green 5 ◦ blue 149

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

Shades of Hollywood Cerise #EE0595

Tints of Hollywood Cerise #EE0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

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

R = 60.71%
G = 1.28%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE0595 (or 0xEE0595) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 95. RGB value is (238,5,149). Sum of RGB (Red+Green+Blue) = 238+5+149=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0595 is #11FA6A. Grayscale: #5A5A5A. Windows color (decimal): -1178219 or 9766382. OLE color: 9766382.

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

Color convert

RGB 238 5 149 -
CMYK 0 0.98 0.37 0.07
HSL 322.92º 0.96% 0.48% -
HSV(B) 322.92º 0.98% 0.93% -
XYZ 40.74 20.46 30.23 -
YUV 91.08 160.69 232.79 -
System Red Green Blue C M Y K H S L
Decimal 238 5 149 0 0.98 0.37 0.07 322.92 0.96 0.48
Hex EE 5 95 0 62 25 7 143 60 30
Octal 356 5 225 0 142 45 7 503 140 60
Binary 11101110 101 10010101 0 1100010 100101 111 101000011 1100000 110000

Color Harmonies of #EE0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0595

Black with #EE0595

Text Example


Text Example

White with #EE0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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