Shades of Dark Pink #E3537A
Tints of Dark Pink #E3537A
RGB
CMYK
RGB Variations
Color information
#E3537A (or 0xE3537A) is known color: Dark Pink. HEX triplet: E3, 53 and 7A. RGB value is (227,83,122). Sum of RGB (Red+Green+Blue) = 227+83+122=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3537A is #1CAC85. Grayscale: #828282. Windows color (decimal): -1879174 or 8016867. OLE color: 8016867.
HSL color Cylindrical-coordinate representation of color #E3537A: hue angle of 343.75º 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 #E3537A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 122 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.11 |
| HSL | 343.75º | 0.72% | 0.61% | - |
| HSV(B) | 343.75º | 0.63% | 0.89% | - |
| XYZ | 38.28 | 23.92 | 21.01 | - |
| YUV | 130.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 122 | 0 | 0.63 | 0.46 | 0.11 | 343.75 | 0.72 | 0.61 |
| Hex | E3 | 53 | 7A | 0 | 3F | 2E | B | 158 | 48 | 3D |
| Octal | 343 | 123 | 172 | 0 | 77 | 56 | 13 | 530 | 110 | 75 |
| Binary | 11100011 | 1010011 | 1111010 | 0 | 111111 | 101110 | 1011 | 101011000 | 1001000 | 111101 |
Color Harmonies of #E3537A
Complementary color
Monochromatic Colors of #E3537A
Black with #E3537A
Text Example
Text Example
White with #E3537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3537A; }
p { color: rgb(227,83,122); }
H1.HeaderClassName
{
color: #E3537A;
}
.AnyTagClassName
{
color: #E3537A;
}
</style>
background-color css
<style>
a { background-color: #E3537A; }
a { background-color: rgb(227,83,122); }
div.DivClassName
{
background-color: #E3537A;
}
.BgClassName
{
background-color: #E3537A;
}
</style>
border-color css
<style>
span { border-color: #E3537A; }
span { border-color: rgb(227,83,122); }
td.TdClassName
{
border-color: #E3537A;
}
.TagClassName
{
border-color: #E3537A;
}
</style>