Shades of Dark Pink #E3537D
Tints of Dark Pink #E3537D
RGB
CMYK
RGB Variations
Color information
#E3537D (or 0xE3537D) is known color: Dark Pink. HEX triplet: E3, 53 and 7D. RGB value is (227,83,125). Sum of RGB (Red+Green+Blue) = 227+83+125=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E3537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3537D is #1CAC82. Grayscale: #828282. Windows color (decimal): -1879171 or 8213475. OLE color: 8213475.
HSL color Cylindrical-coordinate representation of color #E3537D: hue angle of 342.5º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3537D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 125 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.11 |
| HSL | 342.5º | 0.72% | 0.61% | - |
| HSV(B) | 342.5º | 0.63% | 0.89% | - |
| XYZ | 38.47 | 24 | 22.01 | - |
| YUV | 130.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 125 | 0 | 0.63 | 0.45 | 0.11 | 342.5 | 0.72 | 0.61 |
| Hex | E3 | 53 | 7D | 0 | 3F | 2D | B | 156 | 48 | 3D |
| Octal | 343 | 123 | 175 | 0 | 77 | 55 | 13 | 526 | 110 | 75 |
| Binary | 11100011 | 1010011 | 1111101 | 0 | 111111 | 101101 | 1011 | 101010110 | 1001000 | 111101 |
Color Harmonies of #E3537D
Complementary color
Monochromatic Colors of #E3537D
Black with #E3537D
Text Example
Text Example
White with #E3537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3537D; }
p { color: rgb(227,83,125); }
H1.HeaderClassName
{
color: #E3537D;
}
.AnyTagClassName
{
color: #E3537D;
}
</style>
background-color css
<style>
a { background-color: #E3537D; }
a { background-color: rgb(227,83,125); }
div.DivClassName
{
background-color: #E3537D;
}
.BgClassName
{
background-color: #E3537D;
}
</style>
border-color css
<style>
span { border-color: #E3537D; }
span { border-color: rgb(227,83,125); }
td.TdClassName
{
border-color: #E3537D;
}
.TagClassName
{
border-color: #E3537D;
}
</style>