Shades of Dark Pink #E9547D
Tints of Dark Pink #E9547D
RGB
CMYK
RGB Variations
Color information
#E9547D (or 0xE9547D) is known color: Dark Pink. HEX triplet: E9, 54 and 7D. RGB value is (233,84,125). Sum of RGB (Red+Green+Blue) = 233+84+125=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E9547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9547D is #16AB82. Grayscale: #858585. Windows color (decimal): -1485699 or 8213737. OLE color: 8213737.
HSL color Cylindrical-coordinate representation of color #E9547D: hue angle of 343.49º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9547D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 125 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.09 |
| HSL | 343.49º | 0.77% | 0.62% | - |
| HSV(B) | 343.49º | 0.64% | 0.91% | - |
| XYZ | 40.48 | 25.14 | 22.12 | - |
| YUV | 133.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 125 | 0 | 0.64 | 0.46 | 0.09 | 343.49 | 0.77 | 0.62 |
| Hex | E9 | 54 | 7D | 0 | 40 | 2E | 9 | 157 | 4D | 3E |
| Octal | 351 | 124 | 175 | 0 | 100 | 56 | 11 | 527 | 115 | 76 |
| Binary | 11101001 | 1010100 | 1111101 | 0 | 1000000 | 101110 | 1001 | 101010111 | 1001101 | 111110 |
Color Harmonies of #E9547D
Complementary color
Monochromatic Colors of #E9547D
Black with #E9547D
Text Example
Text Example
White with #E9547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9547D; }
p { color: rgb(233,84,125); }
H1.HeaderClassName
{
color: #E9547D;
}
.AnyTagClassName
{
color: #E9547D;
}
</style>
background-color css
<style>
a { background-color: #E9547D; }
a { background-color: rgb(233,84,125); }
div.DivClassName
{
background-color: #E9547D;
}
.BgClassName
{
background-color: #E9547D;
}
</style>
border-color css
<style>
span { border-color: #E9547D; }
span { border-color: rgb(233,84,125); }
td.TdClassName
{
border-color: #E9547D;
}
.TagClassName
{
border-color: #E9547D;
}
</style>