Shades of Mandy #E7505D
Tints of Mandy #E7505D
RGB
CMYK
RGB Variations
Color information
#E7505D (or 0xE7505D) is known color: Mandy. HEX triplet: E7, 50 and 5D. RGB value is (231,80,93). Sum of RGB (Red+Green+Blue) = 231+80+93=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E7505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7505D is #18AFA2. Grayscale: #7E7E7E. Windows color (decimal): -1617827 or 6115559. OLE color: 6115559.
HSL color Cylindrical-coordinate representation of color #E7505D: hue angle of 354.83º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7505D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 93 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.09 |
| HSL | 354.83º | 0.76% | 0.61% | - |
| HSV(B) | 354.83º | 0.65% | 0.91% | - |
| XYZ | 37.8 | 23.52 | 12.9 | - |
| YUV | 126.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 93 | 0 | 0.65 | 0.60 | 0.09 | 354.83 | 0.76 | 0.61 |
| Hex | E7 | 50 | 5D | 0 | 41 | 3C | 9 | 163 | 4C | 3D |
| Octal | 347 | 120 | 135 | 0 | 101 | 74 | 11 | 543 | 114 | 75 |
| Binary | 11100111 | 1010000 | 1011101 | 0 | 1000001 | 111100 | 1001 | 101100011 | 1001100 | 111101 |
Color Harmonies of #E7505D
Complementary color
Monochromatic Colors of #E7505D
Black with #E7505D
Text Example
Text Example
White with #E7505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7505D; }
p { color: rgb(231,80,93); }
H1.HeaderClassName
{
color: #E7505D;
}
.AnyTagClassName
{
color: #E7505D;
}
</style>
background-color css
<style>
a { background-color: #E7505D; }
a { background-color: rgb(231,80,93); }
div.DivClassName
{
background-color: #E7505D;
}
.BgClassName
{
background-color: #E7505D;
}
</style>
border-color css
<style>
span { border-color: #E7505D; }
span { border-color: rgb(231,80,93); }
td.TdClassName
{
border-color: #E7505D;
}
.TagClassName
{
border-color: #E7505D;
}
</style>