#E5537C

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

Shades of Dark Pink #E5537C

Tints of Dark Pink #E5537C

Color information

#E5537C (or 0xE5537C) is unknown color: approx Dark Pink. HEX triplet: E5, 53 and 7C. RGB value is (229,83,124). Sum of RGB (Red+Green+Blue) = 229+83+124=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5537C is #1AAC83. Grayscale: #838383. Windows color (decimal): -1748100 or 8147941. OLE color: 8147941.

HSL color Cylindrical-coordinate representation of color #E5537C: hue angle of 343.15º 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 #E5537C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB22983124-
CMYK00.640.460.10
HSL343.15º73.74%61.18%-
HSV(B)343.15º63.76%89.8%-
XYZ39.0424.321.7-
YUV131.33123.87197.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.52%
GREEN value IS 83 (32.81% from 255) = 19.04%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=52.52%
G=19.04%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298312400.640.460.10343.1573.7461.18
HexE5537C0402EA1574a3d
Octal3451231740100561252711275
Binary11100101101001111111000100000010111010101010101111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5537C; }

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

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

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

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

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

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

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

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