Html Css Color HEX #E00295 Hollywood Cerise

📋 copy color: '#E00295'

red 224 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #E00295

Tints of Hollywood Cerise #E00295

RGB

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

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

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

R = 59.73%
G = 0.53%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00295 (or 0xE00295) is known color: Hollywood Cerise. HEX triplet: E0, 02 and 95. RGB value is (224,2,149). Sum of RGB (Red+Green+Blue) = 224+2+149=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E00295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00295 is #1FFD6A. Grayscale: #545454. Windows color (decimal): -2096491 or 9765600. OLE color: 9765600.

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

Color convert

RGB 224 2 149 -
CMYK 0 0.99 0.33 0.12
HSL 320.27º 0.98% 0.44% -
HSV(B) 320.27º 0.99% 0.88% -
XYZ 36.19 18.06 30.01 -
YUV 85.14 164.05 227.05 -
System Red Green Blue C M Y K H S L
Decimal 224 2 149 0 0.99 0.33 0.12 320.27 0.98 0.44
Hex E0 2 95 0 63 21 C 140 62 2C
Octal 340 2 225 0 143 41 14 500 142 54
Binary 11100000 10 10010101 0 1100011 100001 1100 101000000 1100010 101100

Color Harmonies of #E00295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00295

Black with #E00295

Text Example


Text Example

White with #E00295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00295; }

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

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

background-color css

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

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

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

border-color css

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

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

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