Shades of Mandy #E7505C
Tints of Mandy #E7505C
RGB
CMYK
RGB Variations
Color information
#E7505C (or 0xE7505C) is known color: Mandy. HEX triplet: E7, 50 and 5C. RGB value is (231,80,92). Sum of RGB (Red+Green+Blue) = 231+80+92=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E7505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7505C is #18AFA3. Grayscale: #7E7E7E. Windows color (decimal): -1617828 or 6050023. OLE color: 6050023.
HSL color Cylindrical-coordinate representation of color #E7505C: hue angle of 355.23º 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 #E7505C is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 92 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.09 |
| HSL | 355.23º | 0.76% | 0.61% | - |
| HSV(B) | 355.23º | 0.65% | 0.91% | - |
| XYZ | 37.76 | 23.5 | 12.67 | - |
| YUV | 126.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 92 | 0 | 0.65 | 0.60 | 0.09 | 355.23 | 0.76 | 0.61 |
| Hex | E7 | 50 | 5C | 0 | 41 | 3C | 9 | 163 | 4C | 3D |
| Octal | 347 | 120 | 134 | 0 | 101 | 74 | 11 | 543 | 114 | 75 |
| Binary | 11100111 | 1010000 | 1011100 | 0 | 1000001 | 111100 | 1001 | 101100011 | 1001100 | 111101 |
Color Harmonies of #E7505C
Complementary color
Monochromatic Colors of #E7505C
Black with #E7505C
Text Example
Text Example
White with #E7505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7505C; }
p { color: rgb(231,80,92); }
H1.HeaderClassName
{
color: #E7505C;
}
.AnyTagClassName
{
color: #E7505C;
}
</style>
background-color css
<style>
a { background-color: #E7505C; }
a { background-color: rgb(231,80,92); }
div.DivClassName
{
background-color: #E7505C;
}
.BgClassName
{
background-color: #E7505C;
}
</style>
border-color css
<style>
span { border-color: #E7505C; }
span { border-color: rgb(231,80,92); }
td.TdClassName
{
border-color: #E7505C;
}
.TagClassName
{
border-color: #E7505C;
}
</style>