Shades of Mandy #E85154
Tints of Mandy #E85154
RGB
CMYK
RGB Variations
Color information
#E85154 (or 0xE85154) is known color: Mandy. HEX triplet: E8, 51 and 54. RGB value is (232,81,84). Sum of RGB (Red+Green+Blue) = 232+81+84=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E85154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85154 is #17AEAB. Grayscale: #7E7E7E. Windows color (decimal): -1552044 or 5525992. OLE color: 5525992.
HSL color Cylindrical-coordinate representation of color #E85154: hue angle of 358.81º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85154 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 84 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.09 |
| HSL | 358.81º | 0.77% | 0.61% | - |
| HSV(B) | 358.81º | 0.65% | 0.91% | - |
| XYZ | 37.82 | 23.68 | 10.96 | - |
| YUV | 126.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 84 | 0 | 0.65 | 0.64 | 0.09 | 358.81 | 0.77 | 0.61 |
| Hex | E8 | 51 | 54 | 0 | 41 | 40 | 9 | 167 | 4D | 3D |
| Octal | 350 | 121 | 124 | 0 | 101 | 100 | 11 | 547 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1010100 | 0 | 1000001 | 1000000 | 1001 | 101100111 | 1001101 | 111101 |
Color Harmonies of #E85154
Complementary color
Monochromatic Colors of #E85154
Black with #E85154
Text Example
Text Example
White with #E85154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85154; }
p { color: rgb(232,81,84); }
H1.HeaderClassName
{
color: #E85154;
}
.AnyTagClassName
{
color: #E85154;
}
</style>
background-color css
<style>
a { background-color: #E85154; }
a { background-color: rgb(232,81,84); }
div.DivClassName
{
background-color: #E85154;
}
.BgClassName
{
background-color: #E85154;
}
</style>
border-color css
<style>
span { border-color: #E85154; }
span { border-color: rgb(232,81,84); }
td.TdClassName
{
border-color: #E85154;
}
.TagClassName
{
border-color: #E85154;
}
</style>