Shades of Mandy #E9525F
Tints of Mandy #E9525F
RGB
CMYK
RGB Variations
Color information
#E9525F (or 0xE9525F) is known color: Mandy. HEX triplet: E9, 52 and 5F. RGB value is (233,82,95). Sum of RGB (Red+Green+Blue) = 233+82+95=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9525F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9525F is #16ADA0. Grayscale: #808080. Windows color (decimal): -1486241 or 6247145. OLE color: 6247145.
HSL color Cylindrical-coordinate representation of color #E9525F: hue angle of 354.83º 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 #E9525F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 95 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.09 |
| HSL | 354.83º | 0.77% | 0.62% | - |
| HSV(B) | 354.83º | 0.65% | 0.91% | - |
| XYZ | 38.69 | 24.18 | 13.46 | - |
| YUV | 128.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 95 | 0 | 0.65 | 0.59 | 0.09 | 354.83 | 0.77 | 0.62 |
| Hex | E9 | 52 | 5F | 0 | 41 | 3B | 9 | 163 | 4D | 3E |
| Octal | 351 | 122 | 137 | 0 | 101 | 73 | 11 | 543 | 115 | 76 |
| Binary | 11101001 | 1010010 | 1011111 | 0 | 1000001 | 111011 | 1001 | 101100011 | 1001101 | 111110 |
Color Harmonies of #E9525F
Complementary color
Monochromatic Colors of #E9525F
Black with #E9525F
Text Example
Text Example
White with #E9525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9525F; }
p { color: rgb(233,82,95); }
H1.HeaderClassName
{
color: #E9525F;
}
.AnyTagClassName
{
color: #E9525F;
}
</style>
background-color css
<style>
a { background-color: #E9525F; }
a { background-color: rgb(233,82,95); }
div.DivClassName
{
background-color: #E9525F;
}
.BgClassName
{
background-color: #E9525F;
}
</style>
border-color css
<style>
span { border-color: #E9525F; }
span { border-color: rgb(233,82,95); }
td.TdClassName
{
border-color: #E9525F;
}
.TagClassName
{
border-color: #E9525F;
}
</style>