#E15698

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

Shades of Dark Pink #E15698

Tints of Dark Pink #E15698

Color information

#E15698 (or 0xE15698) is unknown color: approx Dark Pink. HEX triplet: E1, 56 and 98. RGB value is (225,86,152). Sum of RGB (Red+Green+Blue) = 225+86+152=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E15698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15698 is #1EA967. Grayscale: #868686. Windows color (decimal): -2009448 or 9983713. OLE color: 9983713.

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

Color convert

RGB22586152-
CMYK00.620.320.12
HSL331.51º69.85%60.98%-
HSV(B)331.51º61.78%88.24%-
XYZ40.0524.9332.41-
YUV135.08137.55192.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=48.60%
G=18.57%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258615200.620.320.12331.5169.8560.98
HexE1569803E20C14c463d
Octal341126230076401451410675
Binary11100001101011010011000011111010000011001010011001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15698; }

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

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

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

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

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

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

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

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