#E316A3

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

Shades of Hollywood Cerise #E316A3

Tints of Hollywood Cerise #E316A3

Color information

#E316A3 (or 0xE316A3) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 16 and A3. RGB value is (227,22,163). Sum of RGB (Red+Green+Blue) = 227+22+163=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E316A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E316A3 is #1CE95C. Grayscale: #636363. Windows color (decimal): -1894749 or 10688227. OLE color: 10688227.

HSL color Cylindrical-coordinate representation of color #E316A3: hue angle of 318.73º 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 #E316A3 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB22722163-
CMYK00.900.280.11
HSL318.73º82.33%48.82%-
HSV(B)318.73º90.31%89.02%-
XYZ38.5819.5536.39-
YUV99.37163.92219.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.10%
GREEN value IS 22 (8.98% from 255) = 5.34%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=55.10%
G=5.34%
B=39.56%

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
Decimal2272216300.900.280.11318.7382.3348.82
HexE316A305A1CB13f5231
Octal343262430132341347712261
Binary111000111011010100011010110101110010111001111111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E316A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E316A3; }

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

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

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

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

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

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

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

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