Shades of Mandy #E75C5D
Tints of Mandy #E75C5D
RGB
CMYK
RGB Variations
Color information
#E75C5D (or 0xE75C5D) is known color: Mandy. HEX triplet: E7, 5C and 5D. RGB value is (231,92,93). Sum of RGB (Red+Green+Blue) = 231+92+93=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C5D is #18A3A2. Grayscale: #858585. Windows color (decimal): -1614755 or 6118631. OLE color: 6118631.
HSL color Cylindrical-coordinate representation of color #E75C5D: hue angle of 359.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C5D is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 93 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.09 |
| HSL | 359.57º | 0.74% | 0.63% | - |
| HSV(B) | 359.57º | 0.6% | 0.91% | - |
| XYZ | 38.76 | 25.43 | 13.22 | - |
| YUV | 133.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 93 | 0 | 0.60 | 0.60 | 0.09 | 359.57 | 0.74 | 0.63 |
| Hex | E7 | 5C | 5D | 0 | 3C | 3C | 9 | 168 | 4A | 3F |
| Octal | 347 | 134 | 135 | 0 | 74 | 74 | 11 | 550 | 112 | 77 |
| Binary | 11100111 | 1011100 | 1011101 | 0 | 111100 | 111100 | 1001 | 101101000 | 1001010 | 111111 |
Color Harmonies of #E75C5D
Complementary color
Monochromatic Colors of #E75C5D
Black with #E75C5D
Text Example
Text Example
White with #E75C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C5D; }
p { color: rgb(231,92,93); }
H1.HeaderClassName
{
color: #E75C5D;
}
.AnyTagClassName
{
color: #E75C5D;
}
</style>
background-color css
<style>
a { background-color: #E75C5D; }
a { background-color: rgb(231,92,93); }
div.DivClassName
{
background-color: #E75C5D;
}
.BgClassName
{
background-color: #E75C5D;
}
</style>
border-color css
<style>
span { border-color: #E75C5D; }
span { border-color: rgb(231,92,93); }
td.TdClassName
{
border-color: #E75C5D;
}
.TagClassName
{
border-color: #E75C5D;
}
</style>