#E5537D

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

Shades of Dark Pink #E5537D

Tints of Dark Pink #E5537D

Color information

#E5537D (or 0xE5537D) is unknown color: approx Dark Pink. HEX triplet: E5, 53 and 7D. RGB value is (229,83,125). Sum of RGB (Red+Green+Blue) = 229+83+125=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5537D is #1AAC82. Grayscale: #838383. Windows color (decimal): -1748099 or 8213477. OLE color: 8213477.

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

Color convert

RGB22983125-
CMYK00.640.450.10
HSL342.74º73.74%61.18%-
HSV(B)342.74º63.76%89.8%-
XYZ39.1124.3322.04-
YUV131.44124.37197.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.40%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=52.40%
G=18.99%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298312500.640.450.10342.7473.7461.18
HexE5537D0402DA1574a3d
Octal3451231750100551252711275
Binary11100101101001111111010100000010110110101010101111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5537D; }

 p { color: rgb(229,83,125); }

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

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

 a { background-color: rgb(229,83,125); }

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

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

 span { border-color: rgb(229,83,125); }

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