Shades of Mandy #E85358
Tints of Mandy #E85358
RGB
CMYK
RGB Variations
Color information
#E85358 (or 0xE85358) is known color: Mandy. HEX triplet: E8, 53 and 58. RGB value is (232,83,88). Sum of RGB (Red+Green+Blue) = 232+83+88=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E85358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85358 is #17ACA7. Grayscale: #808080. Windows color (decimal): -1551528 or 5788648. OLE color: 5788648.
HSL color Cylindrical-coordinate representation of color #E85358: hue angle of 357.99º degrees, saturation: 0.76, 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 #E85358 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 88 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.09 |
| HSL | 357.99º | 0.76% | 0.62% | - |
| HSV(B) | 357.99º | 0.64% | 0.91% | - |
| XYZ | 38.13 | 24.05 | 11.86 | - |
| YUV | 128.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 88 | 0 | 0.64 | 0.62 | 0.09 | 357.99 | 0.76 | 0.62 |
| Hex | E8 | 53 | 58 | 0 | 40 | 3E | 9 | 166 | 4C | 3E |
| Octal | 350 | 123 | 130 | 0 | 100 | 76 | 11 | 546 | 114 | 76 |
| Binary | 11101000 | 1010011 | 1011000 | 0 | 1000000 | 111110 | 1001 | 101100110 | 1001100 | 111110 |
Color Harmonies of #E85358
Complementary color
Monochromatic Colors of #E85358
Black with #E85358
Text Example
Text Example
White with #E85358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85358; }
p { color: rgb(232,83,88); }
H1.HeaderClassName
{
color: #E85358;
}
.AnyTagClassName
{
color: #E85358;
}
</style>
background-color css
<style>
a { background-color: #E85358; }
a { background-color: rgb(232,83,88); }
div.DivClassName
{
background-color: #E85358;
}
.BgClassName
{
background-color: #E85358;
}
</style>
border-color css
<style>
span { border-color: #E85358; }
span { border-color: rgb(232,83,88); }
td.TdClassName
{
border-color: #E85358;
}
.TagClassName
{
border-color: #E85358;
}
</style>