#E115A5

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

Shades of Hollywood Cerise #E115A5

Tints of Hollywood Cerise #E115A5

Color information

#E115A5 (or 0xE115A5) is unknown color: approx Hollywood Cerise. HEX triplet: E1, 15 and A5. RGB value is (225,21,165). Sum of RGB (Red+Green+Blue) = 225+21+165=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E115A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E115A5 is #1EEA5A. Grayscale: #626262. Windows color (decimal): -2026075 or 10819041. OLE color: 10819041.

HSL color Cylindrical-coordinate representation of color #E115A5: hue angle of 317.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115A5 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB22521165-
CMYK00.910.270.12
HSL317.65º82.93%48.24%-
HSV(B)317.65º90.67%88.24%-
XYZ38.1119.2637.31-
YUV98.41165.59218.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 21 (8.59% from 255) = 5.11%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=54.74%
G=5.11%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252116500.910.270.12317.6582.9348.24
HexE115A505B1BC13e5330
Octal341252450133331447612360
Binary111000011010110100101010110111101111001001111101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E115A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E115A5; }

 p { color: rgb(225,21,165); }

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

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

 a { background-color: rgb(225,21,165); }

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

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

 span { border-color: rgb(225,21,165); }

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