Html Css Color HEX #E00591 Hollywood Cerise

📋 copy color: '#E00591'

red 224 ◦ green 5 ◦ blue 145

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

Shades of Hollywood Cerise #E00591

Tints of Hollywood Cerise #E00591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 59.89%
G = 1.34%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E00591 (or 0xE00591) is known color: Hollywood Cerise. HEX triplet: E0, 05 and 91. RGB value is (224,5,145). Sum of RGB (Red+Green+Blue) = 224+5+145=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E00591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00591 is #1FFA6E. Grayscale: #565656. Windows color (decimal): -2095727 or 9504224. OLE color: 9504224.

HSL color Cylindrical-coordinate representation of color #E00591: hue angle of 321.64º 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 #E00591 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 145 -
CMYK 0 0.98 0.35 0.12
HSL 321.64º 0.96% 0.45% -
HSV(B) 321.64º 0.98% 0.88% -
XYZ 35.91 18 28.37 -
YUV 86.44 161.05 226.12 -
System Red Green Blue C M Y K H S L
Decimal 224 5 145 0 0.98 0.35 0.12 321.64 0.96 0.45
Hex E0 5 91 0 62 23 C 142 60 2D
Octal 340 5 221 0 142 43 14 502 140 55
Binary 11100000 101 10010001 0 1100010 100011 1100 101000010 1100000 101101

Color Harmonies of #E00591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00591

Black with #E00591

Text Example


Text Example

White with #E00591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00591; }

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

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

background-color css

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

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

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

border-color css

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

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

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