Shades of Mandy #E9485B
Tints of Mandy #E9485B
RGB
CMYK
RGB Variations
Color information
#E9485B (or 0xE9485B) is known color: Mandy. HEX triplet: E9, 48 and 5B. RGB value is (233,72,91). Sum of RGB (Red+Green+Blue) = 233+72+91=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E9485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9485B is #16B7A4. Grayscale: #7A7A7A. Windows color (decimal): -1488805 or 5982441. OLE color: 5982441.
HSL color Cylindrical-coordinate representation of color #E9485B: hue angle of 352.92º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E9485B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 91 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.09 |
| HSL | 352.92º | 0.79% | 0.6% | - |
| HSV(B) | 352.92º | 0.69% | 0.91% | - |
| XYZ | 37.81 | 22.71 | 12.29 | - |
| YUV | 122.31 | 110.34 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 91 | 0 | 0.69 | 0.61 | 0.09 | 352.92 | 0.79 | 0.6 |
| Hex | E9 | 48 | 5B | 0 | 45 | 3D | 9 | 161 | 4F | 3C |
| Octal | 351 | 110 | 133 | 0 | 105 | 75 | 11 | 541 | 117 | 74 |
| Binary | 11101001 | 1001000 | 1011011 | 0 | 1000101 | 111101 | 1001 | 101100001 | 1001111 | 111100 |
Color Harmonies of #E9485B
Complementary color
Monochromatic Colors of #E9485B
Black with #E9485B
Text Example
Text Example
White with #E9485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9485B; }
p { color: rgb(233,72,91); }
H1.HeaderClassName
{
color: #E9485B;
}
.AnyTagClassName
{
color: #E9485B;
}
</style>
background-color css
<style>
a { background-color: #E9485B; }
a { background-color: rgb(233,72,91); }
div.DivClassName
{
background-color: #E9485B;
}
.BgClassName
{
background-color: #E9485B;
}
</style>
border-color css
<style>
span { border-color: #E9485B; }
span { border-color: rgb(233,72,91); }
td.TdClassName
{
border-color: #E9485B;
}
.TagClassName
{
border-color: #E9485B;
}
</style>