Html Css Color HEX #E00795 Hollywood Cerise

📋 copy color: '#E00795'

red 224 ◦ green 7 ◦ blue 149

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

Shades of Hollywood Cerise #E00795

Tints of Hollywood Cerise #E00795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

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

R = 58.95%
G = 1.84%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E00795 (or 0xE00795) is known color: Hollywood Cerise. HEX triplet: E0, 07 and 95. RGB value is (224,7,149). Sum of RGB (Red+Green+Blue) = 224+7+149=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E00795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00795 is #1FF86A. Grayscale: #575757. Windows color (decimal): -2095211 or 9766880. OLE color: 9766880.

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

Color convert

RGB 224 7 149 -
CMYK 0 0.97 0.33 0.12
HSL 320.74º 0.94% 0.45% -
HSV(B) 320.74º 0.97% 0.88% -
XYZ 36.24 18.17 30.03 -
YUV 88.07 162.39 224.95 -
System Red Green Blue C M Y K H S L
Decimal 224 7 149 0 0.97 0.33 0.12 320.74 0.94 0.45
Hex E0 7 95 0 61 21 C 141 5E 2D
Octal 340 7 225 0 141 41 14 501 136 55
Binary 11100000 111 10010101 0 1100001 100001 1100 101000001 1011110 101101

Color Harmonies of #E00795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00795

Black with #E00795

Text Example


Text Example

White with #E00795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00795; }

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

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

background-color css

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

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

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

border-color css

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

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

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