Shades of Dark Pink #E6548F
Tints of Dark Pink #E6548F
RGB
CMYK
RGB Variations
Color information
#E6548F (or 0xE6548F) is known color: Dark Pink. HEX triplet: E6, 54 and 8F. RGB value is (230,84,143). Sum of RGB (Red+Green+Blue) = 230+84+143=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6548F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6548F is #19AB70. Grayscale: #868686. Windows color (decimal): -1682289 or 9393382. OLE color: 9393382.
HSL color Cylindrical-coordinate representation of color #E6548F: hue angle of 335.75º 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 #E6548F is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 143 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.10 |
| HSL | 335.75º | 0.74% | 0.62% | - |
| HSV(B) | 335.75º | 0.63% | 0.9% | - |
| XYZ | 40.76 | 25.15 | 28.69 | - |
| YUV | 134.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 143 | 0 | 0.63 | 0.38 | 0.10 | 335.75 | 0.74 | 0.62 |
| Hex | E6 | 54 | 8F | 0 | 3F | 26 | A | 150 | 4A | 3E |
| Octal | 346 | 124 | 217 | 0 | 77 | 46 | 12 | 520 | 112 | 76 |
| Binary | 11100110 | 1010100 | 10001111 | 0 | 111111 | 100110 | 1010 | 101010000 | 1001010 | 111110 |
Color Harmonies of #E6548F
Complementary color
Monochromatic Colors of #E6548F
Black with #E6548F
Text Example
Text Example
White with #E6548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6548F; }
p { color: rgb(230,84,143); }
H1.HeaderClassName
{
color: #E6548F;
}
.AnyTagClassName
{
color: #E6548F;
}
</style>
background-color css
<style>
a { background-color: #E6548F; }
a { background-color: rgb(230,84,143); }
div.DivClassName
{
background-color: #E6548F;
}
.BgClassName
{
background-color: #E6548F;
}
</style>
border-color css
<style>
span { border-color: #E6548F; }
span { border-color: rgb(230,84,143); }
td.TdClassName
{
border-color: #E6548F;
}
.TagClassName
{
border-color: #E6548F;
}
</style>