#E308A2

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

Shades of Hollywood Cerise #E308A2

Tints of Hollywood Cerise #E308A2

Color information

#E308A2 (or 0xE308A2) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 08 and A2. RGB value is (227,8,162). Sum of RGB (Red+Green+Blue) = 227+8+162=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E308A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E308A2 is #1CF75D. Grayscale: #5A5A5A. Windows color (decimal): -1898334 or 10619107. OLE color: 10619107.

HSL color Cylindrical-coordinate representation of color #E308A2: hue angle of 317.81º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E308A2 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB2278162-
CMYK00.960.290.11
HSL317.81º93.19%46.08%-
HSV(B)317.81º96.48%89.02%-
XYZ38.2919.1135.85-
YUV91.04168.05224.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.18%
GREEN value IS 8 (3.52% from 255) = 2.02%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=57.18%
G=2.02%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227816200.960.290.11317.8193.1946.08
HexE38A20601DB13e5d2e
Octal343102420140351347613556
Binary11100011100010100010011000001110110111001111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E308A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E308A2; }

 p { color: rgb(227,8,162); }

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

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

 a { background-color: rgb(227,8,162); }

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

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

 span { border-color: rgb(227,8,162); }

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