Html Css Color HEX #E80A91 Hollywood Cerise

📋 copy color: '#E80A91'

red 232 ◦ green 10 ◦ blue 145

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

Shades of Hollywood Cerise #E80A91

Tints of Hollywood Cerise #E80A91

RGB

 RED value IS 232 (91.02% from 255) = 59.95%

 GREEN value IS 10 (4.3% from 255) = 2.58%

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

R = 59.95%
G = 2.58%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E80A91 (or 0xE80A91) is known color: Hollywood Cerise. HEX triplet: E8, 0A and 91. RGB value is (232,10,145). Sum of RGB (Red+Green+Blue) = 232+10+145=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80A91 is #17F56E. Grayscale: #5B5B5B. Windows color (decimal): -1570159 or 9505512. OLE color: 9505512.

HSL color Cylindrical-coordinate representation of color #E80A91: hue angle of 323.51º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A91 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 10 145 -
CMYK 0 0.96 0.38 0.09
HSL 323.51º 0.92% 0.47% -
HSV(B) 323.51º 0.96% 0.91% -
XYZ 38.5 19.42 28.51 -
YUV 91.77 158.05 228.02 -
System Red Green Blue C M Y K H S L
Decimal 232 10 145 0 0.96 0.38 0.09 323.51 0.92 0.47
Hex E8 A 91 0 60 26 9 144 5C 2F
Octal 350 12 221 0 140 46 11 504 134 57
Binary 11101000 1010 10010001 0 1100000 100110 1001 101000100 1011100 101111

Color Harmonies of #E80A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80A91

Black with #E80A91

Text Example


Text Example

White with #E80A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80A91; }

 p { color: rgb(232,10,145); }

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

background-color css

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

 a { background-color: rgb(232,10,145); }

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

border-color css

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

 span { border-color: rgb(232,10,145); }

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