Shades of Mandy #E7475B
Tints of Mandy #E7475B
RGB
CMYK
RGB Variations
Color information
#E7475B (or 0xE7475B) is known color: Mandy. HEX triplet: E7, 47 and 5B. RGB value is (231,71,91). Sum of RGB (Red+Green+Blue) = 231+71+91=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E7475B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7475B is #18B8A4. Grayscale: #797979. Windows color (decimal): -1620133 or 5982183. OLE color: 5982183.
HSL color Cylindrical-coordinate representation of color #E7475B: hue angle of 352.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7475B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 91 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.09 |
| HSL | 352.5º | 0.77% | 0.59% | - |
| HSV(B) | 352.5º | 0.69% | 0.91% | - |
| XYZ | 37.1 | 22.25 | 12.24 | - |
| YUV | 121.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 91 | 0 | 0.69 | 0.61 | 0.09 | 352.5 | 0.77 | 0.59 |
| Hex | E7 | 47 | 5B | 0 | 45 | 3D | 9 | 160 | 4D | 3B |
| Octal | 347 | 107 | 133 | 0 | 105 | 75 | 11 | 540 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1011011 | 0 | 1000101 | 111101 | 1001 | 101100000 | 1001101 | 111011 |
Color Harmonies of #E7475B
Complementary color
Monochromatic Colors of #E7475B
Black with #E7475B
Text Example
Text Example
White with #E7475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7475B; }
p { color: rgb(231,71,91); }
H1.HeaderClassName
{
color: #E7475B;
}
.AnyTagClassName
{
color: #E7475B;
}
</style>
background-color css
<style>
a { background-color: #E7475B; }
a { background-color: rgb(231,71,91); }
div.DivClassName
{
background-color: #E7475B;
}
.BgClassName
{
background-color: #E7475B;
}
</style>
border-color css
<style>
span { border-color: #E7475B; }
span { border-color: rgb(231,71,91); }
td.TdClassName
{
border-color: #E7475B;
}
.TagClassName
{
border-color: #E7475B;
}
</style>