#E314AA

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

Shades of Hollywood Cerise #E314AA

Tints of Hollywood Cerise #E314AA

Color information

#E314AA (or 0xE314AA) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 14 and AA. RGB value is (227,20,170). Sum of RGB (Red+Green+Blue) = 227+20+170=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E314AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314AA is #1CEB55. Grayscale: #626262. Windows color (decimal): -1895254 or 11146467. OLE color: 11146467.

HSL color Cylindrical-coordinate representation of color #E314AA: hue angle of 316.52º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314AA is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22720170-
CMYK00.910.250.11
HSL316.52º83.81%48.43%-
HSV(B)316.52º91.19%89.02%-
XYZ39.1819.7339.77-
YUV98.99168.08219.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.44%
GREEN value IS 20 (8.20% from 255) = 4.80%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=54.44%
G=4.80%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272017000.910.250.11316.5283.8148.43
HexE314AA05B19B13d5430
Octal343242520133311347512460
Binary111000111010010101010010110111100110111001111011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E314AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E314AA; }

 p { color: rgb(227,20,170); }

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

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

 a { background-color: rgb(227,20,170); }

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

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

 span { border-color: rgb(227,20,170); }

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