Shades of Dark Pink #E9547B
Tints of Dark Pink #E9547B
RGB
CMYK
RGB Variations
Color information
#E9547B (or 0xE9547B) is known color: Dark Pink. HEX triplet: E9, 54 and 7B. RGB value is (233,84,123). Sum of RGB (Red+Green+Blue) = 233+84+123=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9547B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9547B is #16AB84. Grayscale: #848484. Windows color (decimal): -1485701 or 8082665. OLE color: 8082665.
HSL color Cylindrical-coordinate representation of color #E9547B: hue angle of 344.3º 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 #E9547B is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 123 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.09 |
| HSL | 344.3º | 0.77% | 0.62% | - |
| HSV(B) | 344.3º | 0.64% | 0.91% | - |
| XYZ | 40.35 | 25.09 | 21.46 | - |
| YUV | 133 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 123 | 0 | 0.64 | 0.47 | 0.09 | 344.3 | 0.77 | 0.62 |
| Hex | E9 | 54 | 7B | 0 | 40 | 2F | 9 | 158 | 4D | 3E |
| Octal | 351 | 124 | 173 | 0 | 100 | 57 | 11 | 530 | 115 | 76 |
| Binary | 11101001 | 1010100 | 1111011 | 0 | 1000000 | 101111 | 1001 | 101011000 | 1001101 | 111110 |
Color Harmonies of #E9547B
Complementary color
Monochromatic Colors of #E9547B
Black with #E9547B
Text Example
Text Example
White with #E9547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9547B; }
p { color: rgb(233,84,123); }
H1.HeaderClassName
{
color: #E9547B;
}
.AnyTagClassName
{
color: #E9547B;
}
</style>
background-color css
<style>
a { background-color: #E9547B; }
a { background-color: rgb(233,84,123); }
div.DivClassName
{
background-color: #E9547B;
}
.BgClassName
{
background-color: #E9547B;
}
</style>
border-color css
<style>
span { border-color: #E9547B; }
span { border-color: rgb(233,84,123); }
td.TdClassName
{
border-color: #E9547B;
}
.TagClassName
{
border-color: #E9547B;
}
</style>