Shades of Dark Pink #E6547C
Tints of Dark Pink #E6547C
RGB
CMYK
RGB Variations
Color information
#E6547C (or 0xE6547C) is known color: Dark Pink. HEX triplet: E6, 54 and 7C. RGB value is (230,84,124). Sum of RGB (Red+Green+Blue) = 230+84+124=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6547C is #19AB83. Grayscale: #848484. Windows color (decimal): -1682308 or 8148198. OLE color: 8148198.
HSL color Cylindrical-coordinate representation of color #E6547C: hue angle of 343.56º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6547C is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 124 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.10 |
| HSL | 343.56º | 0.74% | 0.62% | - |
| HSV(B) | 343.56º | 0.63% | 0.9% | - |
| XYZ | 39.44 | 24.62 | 21.74 | - |
| YUV | 132.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 124 | 0 | 0.63 | 0.46 | 0.10 | 343.56 | 0.74 | 0.62 |
| Hex | E6 | 54 | 7C | 0 | 3F | 2E | A | 158 | 4A | 3E |
| Octal | 346 | 124 | 174 | 0 | 77 | 56 | 12 | 530 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1111100 | 0 | 111111 | 101110 | 1010 | 101011000 | 1001010 | 111110 |
Color Harmonies of #E6547C
Complementary color
Monochromatic Colors of #E6547C
Black with #E6547C
Text Example
Text Example
White with #E6547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6547C; }
p { color: rgb(230,84,124); }
H1.HeaderClassName
{
color: #E6547C;
}
.AnyTagClassName
{
color: #E6547C;
}
</style>
background-color css
<style>
a { background-color: #E6547C; }
a { background-color: rgb(230,84,124); }
div.DivClassName
{
background-color: #E6547C;
}
.BgClassName
{
background-color: #E6547C;
}
</style>
border-color css
<style>
span { border-color: #E6547C; }
span { border-color: rgb(230,84,124); }
td.TdClassName
{
border-color: #E6547C;
}
.TagClassName
{
border-color: #E6547C;
}
</style>