#E15191

Color #E15191 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E15191

Tints of Dark Pink #E15191

Color information

#E15191 (or 0xE15191) is unknown color: approx Dark Pink. HEX triplet: E1, 51 and 91. RGB value is (225,81,145). Sum of RGB (Red+Green+Blue) = 225+81+145=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E15191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15191 is #1EAE6E. Grayscale: #838383. Windows color (decimal): -2010735 or 9523681. OLE color: 9523681.

HSL color Cylindrical-coordinate representation of color #E15191: hue angle of 333.33º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15191 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB22581145-
CMYK00.640.360.12
HSL333.33º70.59%60%-
HSV(B)333.33º64%88.24%-
XYZ39.123.9429.35-
YUV131.35135.71194.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 145 (57.03% from 255) = 32.15%
R=49.89%
G=17.96%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258114500.640.360.12333.3370.5960
HexE1519104024C14d473c
Octal3411212210100441451510774
Binary111000011010001100100010100000010010011001010011011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15191; }

 p { color: rgb(225,81,145); }

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

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

 a { background-color: rgb(225,81,145); }

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

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

 span { border-color: rgb(225,81,145); }

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