#E15693

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

Shades of Dark Pink #E15693

Tints of Dark Pink #E15693

Color information

#E15693 (or 0xE15693) is unknown color: approx Dark Pink. HEX triplet: E1, 56 and 93. RGB value is (225,86,147). Sum of RGB (Red+Green+Blue) = 225+86+147=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E15693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15693 is #1EA96C. Grayscale: #868686. Windows color (decimal): -2009453 or 9656033. OLE color: 9656033.

HSL color Cylindrical-coordinate representation of color #E15693: hue angle of 333.67º 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 #E15693 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB22586147-
CMYK00.620.350.12
HSL333.67º69.85%60.98%-
HSV(B)333.67º61.78%88.24%-
XYZ39.6524.7730.3-
YUV134.51135.05192.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.13%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=49.13%
G=18.78%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258614700.620.350.12333.6769.8560.98
HexE1569303E23C14e463d
Octal341126223076431451610675
Binary11100001101011010010011011111010001111001010011101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15693; }

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

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

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

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

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

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

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

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