Shades of Mandy #E8525F
Tints of Mandy #E8525F
RGB
CMYK
RGB Variations
Color information
#E8525F (or 0xE8525F) is known color: Mandy. HEX triplet: E8, 52 and 5F. RGB value is (232,82,95). Sum of RGB (Red+Green+Blue) = 232+82+95=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8525F is #17ADA0. Grayscale: #808080. Windows color (decimal): -1551777 or 6247144. OLE color: 6247144.
HSL color Cylindrical-coordinate representation of color #E8525F: hue angle of 354.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8525F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 95 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.09 |
| HSL | 354.8º | 0.77% | 0.62% | - |
| HSV(B) | 354.8º | 0.65% | 0.91% | - |
| XYZ | 38.36 | 24.02 | 13.44 | - |
| YUV | 128.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 95 | 0 | 0.65 | 0.59 | 0.09 | 354.8 | 0.77 | 0.62 |
| Hex | E8 | 52 | 5F | 0 | 41 | 3B | 9 | 163 | 4D | 3E |
| Octal | 350 | 122 | 137 | 0 | 101 | 73 | 11 | 543 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1011111 | 0 | 1000001 | 111011 | 1001 | 101100011 | 1001101 | 111110 |
Color Harmonies of #E8525F
Complementary color
Monochromatic Colors of #E8525F
Black with #E8525F
Text Example
Text Example
White with #E8525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8525F; }
p { color: rgb(232,82,95); }
H1.HeaderClassName
{
color: #E8525F;
}
.AnyTagClassName
{
color: #E8525F;
}
</style>
background-color css
<style>
a { background-color: #E8525F; }
a { background-color: rgb(232,82,95); }
div.DivClassName
{
background-color: #E8525F;
}
.BgClassName
{
background-color: #E8525F;
}
</style>
border-color css
<style>
span { border-color: #E8525F; }
span { border-color: rgb(232,82,95); }
td.TdClassName
{
border-color: #E8525F;
}
.TagClassName
{
border-color: #E8525F;
}
</style>