#E310AC

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

Shades of Hollywood Cerise #E310AC

Tints of Hollywood Cerise #E310AC

Color information

#E310AC (or 0xE310AC) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 10 and AC. RGB value is (227,16,172). Sum of RGB (Red+Green+Blue) = 227+16+172=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E310AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E310AC is #1CEF53. Grayscale: #606060. Windows color (decimal): -1896276 or 11276515. OLE color: 11276515.

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

Color convert

RGB22716172-
CMYK00.930.240.11
HSL315.64º86.83%47.65%-
HSV(B)315.64º92.95%89.02%-
XYZ39.3119.6840.76-
YUV96.87170.4220.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.70%
GREEN value IS 16 (6.64% from 255) = 3.86%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=54.70%
G=3.86%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271617200.930.240.11315.6486.8347.65
HexE310AC05D18B13c5730
Octal343202540135301347412760
Binary111000111000010101100010111011100010111001111001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E310AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E310AC; }

 p { color: rgb(227,16,172); }

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

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

 a { background-color: rgb(227,16,172); }

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

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

 span { border-color: rgb(227,16,172); }

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