#E15697

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

Shades of Dark Pink #E15697

Tints of Dark Pink #E15697

Color information

#E15697 (or 0xE15697) is unknown color: approx Dark Pink. HEX triplet: E1, 56 and 97. RGB value is (225,86,151). Sum of RGB (Red+Green+Blue) = 225+86+151=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E15697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15697 is #1EA968. Grayscale: #868686. Windows color (decimal): -2009449 or 9918177. OLE color: 9918177.

HSL color Cylindrical-coordinate representation of color #E15697: hue angle of 331.94º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15697 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB22586151-
CMYK00.620.330.12
HSL331.94º69.85%60.98%-
HSV(B)331.94º61.78%88.24%-
XYZ39.9724.931.98-
YUV134.97137.05192.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 86 (33.98% from 255) = 18.61%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=48.70%
G=18.61%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258615100.620.330.12331.9469.8560.98
HexE1569703E21C14c463d
Octal341126227076411451410675
Binary11100001101011010010111011111010000111001010011001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15697; }

 p { color: rgb(225,86,151); }

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

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

 a { background-color: rgb(225,86,151); }

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

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

 span { border-color: rgb(225,86,151); }

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