Shades of Dark Pink #E6547A
Tints of Dark Pink #E6547A
RGB
CMYK
RGB Variations
Color information
#E6547A (or 0xE6547A) is known color: Dark Pink. HEX triplet: E6, 54 and 7A. RGB value is (230,84,122). Sum of RGB (Red+Green+Blue) = 230+84+122=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6547A is #19AB85. Grayscale: #838383. Windows color (decimal): -1682310 or 8017126. OLE color: 8017126.
HSL color Cylindrical-coordinate representation of color #E6547A: hue angle of 344.38º 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 #E6547A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 122 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.10 |
| HSL | 344.38º | 0.74% | 0.62% | - |
| HSV(B) | 344.38º | 0.63% | 0.9% | - |
| XYZ | 39.32 | 24.57 | 21.08 | - |
| YUV | 131.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 122 | 0 | 0.63 | 0.47 | 0.10 | 344.38 | 0.74 | 0.62 |
| Hex | E6 | 54 | 7A | 0 | 3F | 2F | A | 158 | 4A | 3E |
| Octal | 346 | 124 | 172 | 0 | 77 | 57 | 12 | 530 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1111010 | 0 | 111111 | 101111 | 1010 | 101011000 | 1001010 | 111110 |
Color Harmonies of #E6547A
Complementary color
Monochromatic Colors of #E6547A
Black with #E6547A
Text Example
Text Example
White with #E6547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6547A; }
p { color: rgb(230,84,122); }
H1.HeaderClassName
{
color: #E6547A;
}
.AnyTagClassName
{
color: #E6547A;
}
</style>
background-color css
<style>
a { background-color: #E6547A; }
a { background-color: rgb(230,84,122); }
div.DivClassName
{
background-color: #E6547A;
}
.BgClassName
{
background-color: #E6547A;
}
</style>
border-color css
<style>
span { border-color: #E6547A; }
span { border-color: rgb(230,84,122); }
td.TdClassName
{
border-color: #E6547A;
}
.TagClassName
{
border-color: #E6547A;
}
</style>