Html Css Color HEX #E00595 Hollywood Cerise

📋 copy color: '#E00595'

red 224 ◦ green 5 ◦ blue 149

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

Shades of Hollywood Cerise #E00595

Tints of Hollywood Cerise #E00595

RGB

 RED value IS 224 (87.89% from 255) = 59.26%

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

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

R = 59.26%
G = 1.32%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00595 (or 0xE00595) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 95. RGB value is (224,5,149). Sum of RGB (Red+Green+Blue) = 224+5+149=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E00595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00595 is #1FFA6A. Grayscale: #565656. Windows color (decimal): -2095723 or 9766368. OLE color: 9766368.

HSL color Cylindrical-coordinate representation of color #E00595: hue angle of 320.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00595 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 149 -
CMYK 0 0.98 0.33 0.12
HSL 320.55º 0.96% 0.45% -
HSV(B) 320.55º 0.98% 0.88% -
XYZ 36.22 18.13 30.02 -
YUV 86.9 163.05 225.79 -
System Red Green Blue C M Y K H S L
Decimal 224 5 149 0 0.98 0.33 0.12 320.55 0.96 0.45
Hex E0 5 95 0 62 21 C 141 60 2D
Octal 340 5 225 0 142 41 14 501 140 55
Binary 11100000 101 10010101 0 1100010 100001 1100 101000001 1100000 101101

Color Harmonies of #E00595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00595

Black with #E00595

Text Example


Text Example

White with #E00595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00595; }

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

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

background-color css

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

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

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

border-color css

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

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

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