#E318A0

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

Shades of Hollywood Cerise #E318A0

Tints of Hollywood Cerise #E318A0

Color information

#E318A0 (or 0xE318A0) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 18 and A0. RGB value is (227,24,160). Sum of RGB (Red+Green+Blue) = 227+24+160=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E318A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E318A0 is #1CE75F. Grayscale: #636363. Windows color (decimal): -1894240 or 10492131. OLE color: 10492131.

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

Color convert

RGB22724160-
CMYK00.890.300.11
HSL319.8º80.88%49.22%-
HSV(B)319.8º89.43%89.02%-
XYZ38.3519.5235-
YUV100.2161.75218.44-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.23%
GREEN value IS 24 (9.77% from 255) = 5.84%
BLUE value IS 160 (62.89% from 255) = 38.93%
R=55.23%
G=5.84%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272416000.890.300.11319.880.8849.22
HexE318A00591EB1405131
Octal343302400131361350012161
Binary111000111100010100000010110011111010111010000001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E318A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E318A0; }

 p { color: rgb(227,24,160); }

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

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

 a { background-color: rgb(227,24,160); }

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

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

 span { border-color: rgb(227,24,160); }

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