#E316A4

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

Shades of Hollywood Cerise #E316A4

Tints of Hollywood Cerise #E316A4

Color information

#E316A4 (or 0xE316A4) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 16 and A4. RGB value is (227,22,164). Sum of RGB (Red+Green+Blue) = 227+22+164=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E316A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E316A4 is #1CE95B. Grayscale: #636363. Windows color (decimal): -1894748 or 10753763. OLE color: 10753763.

HSL color Cylindrical-coordinate representation of color #E316A4: hue angle of 318.44º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E316A4 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB22722164-
CMYK00.900.280.11
HSL318.44º82.33%48.82%-
HSV(B)318.44º90.31%89.02%-
XYZ38.6719.5936.86-
YUV99.48164.42218.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.96%
GREEN value IS 22 (8.98% from 255) = 5.33%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=54.96%
G=5.33%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272216400.900.280.11318.4482.3348.82
HexE316A405A1CB13e5231
Octal343262440132341347612261
Binary111000111011010100100010110101110010111001111101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E316A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E316A4; }

 p { color: rgb(227,22,164); }

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

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

 a { background-color: rgb(227,22,164); }

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

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

 span { border-color: rgb(227,22,164); }

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