Shades of Dark Pink #E5547B
Tints of Dark Pink #E5547B
RGB
CMYK
RGB Variations
Color information
#E5547B (or 0xE5547B) is known color: Dark Pink. HEX triplet: E5, 54 and 7B. RGB value is (229,84,123). Sum of RGB (Red+Green+Blue) = 229+84+123=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5547B is #1AAB84. Grayscale: #838383. Windows color (decimal): -1747845 or 8082661. OLE color: 8082661.
HSL color Cylindrical-coordinate representation of color #E5547B: hue angle of 343.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5547B is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 123 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.10 |
| HSL | 343.86º | 0.74% | 0.61% | - |
| HSV(B) | 343.86º | 0.63% | 0.9% | - |
| XYZ | 39.06 | 24.43 | 21.4 | - |
| YUV | 131.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 123 | 0 | 0.63 | 0.46 | 0.10 | 343.86 | 0.74 | 0.61 |
| Hex | E5 | 54 | 7B | 0 | 3F | 2E | A | 158 | 4A | 3D |
| Octal | 345 | 124 | 173 | 0 | 77 | 56 | 12 | 530 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1111011 | 0 | 111111 | 101110 | 1010 | 101011000 | 1001010 | 111101 |
Color Harmonies of #E5547B
Complementary color
Monochromatic Colors of #E5547B
Black with #E5547B
Text Example
Text Example
White with #E5547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5547B; }
p { color: rgb(229,84,123); }
H1.HeaderClassName
{
color: #E5547B;
}
.AnyTagClassName
{
color: #E5547B;
}
</style>
background-color css
<style>
a { background-color: #E5547B; }
a { background-color: rgb(229,84,123); }
div.DivClassName
{
background-color: #E5547B;
}
.BgClassName
{
background-color: #E5547B;
}
</style>
border-color css
<style>
span { border-color: #E5547B; }
span { border-color: rgb(229,84,123); }
td.TdClassName
{
border-color: #E5547B;
}
.TagClassName
{
border-color: #E5547B;
}
</style>