Shades of Mandy #E9495C
Tints of Mandy #E9495C
RGB
CMYK
RGB Variations
Color information
#E9495C (or 0xE9495C) is known color: Mandy. HEX triplet: E9, 49 and 5C. RGB value is (233,73,92). Sum of RGB (Red+Green+Blue) = 233+73+92=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E9495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9495C is #16B6A3. Grayscale: #7B7B7B. Windows color (decimal): -1488548 or 6048233. OLE color: 6048233.
HSL color Cylindrical-coordinate representation of color #E9495C: hue angle of 352.88º degrees, saturation: 0.78, 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 #E9495C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 92 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.09 |
| HSL | 352.88º | 0.78% | 0.6% | - |
| HSV(B) | 352.88º | 0.69% | 0.91% | - |
| XYZ | 37.92 | 22.86 | 12.54 | - |
| YUV | 123.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 92 | 0 | 0.69 | 0.61 | 0.09 | 352.88 | 0.78 | 0.6 |
| Hex | E9 | 49 | 5C | 0 | 45 | 3D | 9 | 161 | 4E | 3C |
| Octal | 351 | 111 | 134 | 0 | 105 | 75 | 11 | 541 | 116 | 74 |
| Binary | 11101001 | 1001001 | 1011100 | 0 | 1000101 | 111101 | 1001 | 101100001 | 1001110 | 111100 |
Color Harmonies of #E9495C
Complementary color
Monochromatic Colors of #E9495C
Black with #E9495C
Text Example
Text Example
White with #E9495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9495C; }
p { color: rgb(233,73,92); }
H1.HeaderClassName
{
color: #E9495C;
}
.AnyTagClassName
{
color: #E9495C;
}
</style>
background-color css
<style>
a { background-color: #E9495C; }
a { background-color: rgb(233,73,92); }
div.DivClassName
{
background-color: #E9495C;
}
.BgClassName
{
background-color: #E9495C;
}
</style>
border-color css
<style>
span { border-color: #E9495C; }
span { border-color: rgb(233,73,92); }
td.TdClassName
{
border-color: #E9495C;
}
.TagClassName
{
border-color: #E9495C;
}
</style>