Shades of Dark Pink #E8457B
Tints of Dark Pink #E8457B
RGB
CMYK
RGB Variations
Color information
#E8457B (or 0xE8457B) is known color: Dark Pink. HEX triplet: E8, 45 and 7B. RGB value is (232,69,123). Sum of RGB (Red+Green+Blue) = 232+69+123=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E8457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8457B is #17BA84. Grayscale: #7B7B7B. Windows color (decimal): -1555077 or 8078824. OLE color: 8078824.
HSL color Cylindrical-coordinate representation of color #E8457B: hue angle of 340.12º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8457B is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 123 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.09 |
| HSL | 340.12º | 0.78% | 0.59% | - |
| HSV(B) | 340.12º | 0.7% | 0.91% | - |
| XYZ | 38.98 | 22.84 | 21.09 | - |
| YUV | 123.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 123 | 0 | 0.70 | 0.47 | 0.09 | 340.12 | 0.78 | 0.59 |
| Hex | E8 | 45 | 7B | 0 | 46 | 2F | 9 | 154 | 4E | 3B |
| Octal | 350 | 105 | 173 | 0 | 106 | 57 | 11 | 524 | 116 | 73 |
| Binary | 11101000 | 1000101 | 1111011 | 0 | 1000110 | 101111 | 1001 | 101010100 | 1001110 | 111011 |
Color Harmonies of #E8457B
Complementary color
Monochromatic Colors of #E8457B
Black with #E8457B
Text Example
Text Example
White with #E8457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8457B; }
p { color: rgb(232,69,123); }
H1.HeaderClassName
{
color: #E8457B;
}
.AnyTagClassName
{
color: #E8457B;
}
</style>
background-color css
<style>
a { background-color: #E8457B; }
a { background-color: rgb(232,69,123); }
div.DivClassName
{
background-color: #E8457B;
}
.BgClassName
{
background-color: #E8457B;
}
</style>
border-color css
<style>
span { border-color: #E8457B; }
span { border-color: rgb(232,69,123); }
td.TdClassName
{
border-color: #E8457B;
}
.TagClassName
{
border-color: #E8457B;
}
</style>