#E5517B

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

Shades of Dark Pink #E5517B

Tints of Dark Pink #E5517B

Color information

#E5517B (or 0xE5517B) is unknown color: approx Dark Pink. HEX triplet: E5, 51 and 7B. RGB value is (229,81,123). Sum of RGB (Red+Green+Blue) = 229+81+123=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5517B is #1AAE84. Grayscale: #828282. Windows color (decimal): -1748613 or 8081893. OLE color: 8081893.

HSL color Cylindrical-coordinate representation of color #E5517B: hue angle of 342.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5517B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB22981123-
CMYK00.650.460.10
HSL342.97º74%60.78%-
HSV(B)342.97º64.63%89.8%-
XYZ38.8323.9721.32-
YUV130.04124.03198.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.89%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=52.89%
G=18.71%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298112300.650.460.10342.977460.78
HexE5517B0412EA1574a3d
Octal3451211730101561252711275
Binary11100101101000111110110100000110111010101010101111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5517B; }

 p { color: rgb(229,81,123); }

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

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

 a { background-color: rgb(229,81,123); }

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

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

 span { border-color: rgb(229,81,123); }

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