Html Css Color HEX #E80092 Hollywood Cerise

📋 copy color: '#E80092'

red 232 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #E80092

Tints of Hollywood Cerise #E80092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.38%
G = 0%
B = 38.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E80092 (or 0xE80092) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 92. RGB value is (232,0,146). Sum of RGB (Red+Green+Blue) = 232+0+146=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E80092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80092 is #17FF6D. Grayscale: #555555. Windows color (decimal): -1572718 or 9568488. OLE color: 9568488.

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

Color convert

RGB 232 0 146 -
CMYK 0 1 0.37 0.09
HSL 322.24º 1% 0.45% -
HSV(B) 322.24º 1% 0.91% -
XYZ 38.47 19.23 28.88 -
YUV 86.01 161.86 232.13 -
System Red Green Blue C M Y K H S L
Decimal 232 0 146 0 1 0.37 0.09 322.24 1 0.45
Hex E8 0 92 0 64 25 9 142 64 2D
Octal 350 0 222 0 144 45 11 502 144 55
Binary 11101000 0 10010010 0 1100100 100101 1001 101000010 1100100 101101

Color Harmonies of #E80092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80092

Black with #E80092

Text Example


Text Example

White with #E80092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80092; }

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

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

background-color css

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

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

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

border-color css

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

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

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