Html Css Color HEX #E80492 Hollywood Cerise

📋 copy color: '#E80492'

red 232 ◦ green 4 ◦ blue 146

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

Shades of Hollywood Cerise #E80492

Tints of Hollywood Cerise #E80492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 60.73%
G = 1.05%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E80492 (or 0xE80492) is known color: Hollywood Cerise. HEX triplet: E8, 04 and 92. RGB value is (232,4,146). Sum of RGB (Red+Green+Blue) = 232+4+146=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80492 is #17FB6D. Grayscale: #585858. Windows color (decimal): -1571694 or 9569512. OLE color: 9569512.

HSL color Cylindrical-coordinate representation of color #E80492: hue angle of 322.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80492 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 4 146 -
CMYK 0 0.98 0.37 0.09
HSL 322.63º 0.97% 0.46% -
HSV(B) 322.63º 0.98% 0.91% -
XYZ 38.51 19.32 28.89 -
YUV 88.36 160.54 230.45 -
System Red Green Blue C M Y K H S L
Decimal 232 4 146 0 0.98 0.37 0.09 322.63 0.97 0.46
Hex E8 4 92 0 62 25 9 143 61 2E
Octal 350 4 222 0 142 45 11 503 141 56
Binary 11101000 100 10010010 0 1100010 100101 1001 101000011 1100001 101110

Color Harmonies of #E80492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80492

Black with #E80492

Text Example


Text Example

White with #E80492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80492; }

 p { color: rgb(232,4,146); }

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

background-color css

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

 a { background-color: rgb(232,4,146); }

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

border-color css

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

 span { border-color: rgb(232,4,146); }

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