Shades of Dark Pink #E6537D
Tints of Dark Pink #E6537D
RGB
CMYK
RGB Variations
Color information
#E6537D (or 0xE6537D) is known color: Dark Pink. HEX triplet: E6, 53 and 7D. RGB value is (230,83,125). Sum of RGB (Red+Green+Blue) = 230+83+125=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6537D is #19AC82. Grayscale: #838383. Windows color (decimal): -1682563 or 8213478. OLE color: 8213478.
HSL color Cylindrical-coordinate representation of color #E6537D: hue angle of 342.86º degrees, saturation: 0.75, 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 #E6537D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 125 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.10 |
| HSL | 342.86º | 0.75% | 0.61% | - |
| HSV(B) | 342.86º | 0.64% | 0.9% | - |
| XYZ | 39.43 | 24.49 | 22.05 | - |
| YUV | 131.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 125 | 0 | 0.64 | 0.46 | 0.10 | 342.86 | 0.75 | 0.61 |
| Hex | E6 | 53 | 7D | 0 | 40 | 2E | A | 157 | 4B | 3D |
| Octal | 346 | 123 | 175 | 0 | 100 | 56 | 12 | 527 | 113 | 75 |
| Binary | 11100110 | 1010011 | 1111101 | 0 | 1000000 | 101110 | 1010 | 101010111 | 1001011 | 111101 |
Color Harmonies of #E6537D
Complementary color
Monochromatic Colors of #E6537D
Black with #E6537D
Text Example
Text Example
White with #E6537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6537D; }
p { color: rgb(230,83,125); }
H1.HeaderClassName
{
color: #E6537D;
}
.AnyTagClassName
{
color: #E6537D;
}
</style>
background-color css
<style>
a { background-color: #E6537D; }
a { background-color: rgb(230,83,125); }
div.DivClassName
{
background-color: #E6537D;
}
.BgClassName
{
background-color: #E6537D;
}
</style>
border-color css
<style>
span { border-color: #E6537D; }
span { border-color: rgb(230,83,125); }
td.TdClassName
{
border-color: #E6537D;
}
.TagClassName
{
border-color: #E6537D;
}
</style>