#E80385

Color #E80385 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E80385

Tints of Hollywood Cerise #E80385

Color information

#E80385 (or 0xE80385) is unknown color: approx Hollywood Cerise. HEX triplet: E8, 03 and 85. RGB value is (232,3,133). Sum of RGB (Red+Green+Blue) = 232+3+133=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E80385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80385 is #17FC7A. Grayscale: #555555. Windows color (decimal): -1571963 or 8717288. OLE color: 8717288.

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

Color convert

RGB2323133-
CMYK00.990.430.09
HSL325.94º97.45%46.08%-
HSV(B)325.94º98.71%90.98%-
XYZ37.5418.9123.86-
YUV86.29154.37231.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 63.04%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=63.04%
G=0.82%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232313300.990.430.09325.9497.4546.08
HexE83850632B9146612e
Octal35032050143531150614156
Binary1110100011100001010110001110101110011010001101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80385; }

 p { color: rgb(232,3,133); }

 H1.HeaderClassName
 {
   color: #E80385;
 }
 .AnyTagClassName
 {
   color: #E80385;
 }
</style>
background-color css

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

 a { background-color: rgb(232,3,133); }

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

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

 span { border-color: rgb(232,3,133); }

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