#E311A1

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

Shades of Hollywood Cerise #E311A1

Tints of Hollywood Cerise #E311A1

Color information

#E311A1 (or 0xE311A1) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 11 and A1. RGB value is (227,17,161). Sum of RGB (Red+Green+Blue) = 227+17+161=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E311A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E311A1 is #1CEE5E. Grayscale: #5F5F5F. Windows color (decimal): -1896031 or 10555875. OLE color: 10555875.

HSL color Cylindrical-coordinate representation of color #E311A1: hue angle of 318.86º degrees, saturation: 0.86, 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 #E311A1 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB22717161-
CMYK00.930.290.11
HSL318.86º86.07%47.84%-
HSV(B)318.86º92.51%89.02%-
XYZ38.3119.3135.43-
YUV96.21164.57221.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.05%
GREEN value IS 17 (7.03% from 255) = 4.20%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=56.05%
G=4.20%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271716100.930.290.11318.8686.0747.84
HexE311A105D1DB13f5630
Octal343212410135351347712660
Binary111000111000110100001010111011110110111001111111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E311A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E311A1; }

 p { color: rgb(227,17,161); }

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

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

 a { background-color: rgb(227,17,161); }

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

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

 span { border-color: rgb(227,17,161); }

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