Shades of Mandy #E6555C
Tints of Mandy #E6555C
RGB
CMYK
RGB Variations
Color information
#E6555C (or 0xE6555C) is known color: Mandy. HEX triplet: E6, 55 and 5C. RGB value is (230,85,92). Sum of RGB (Red+Green+Blue) = 230+85+92=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6555C is #19AAA3. Grayscale: #818181. Windows color (decimal): -1682084 or 6051302. OLE color: 6051302.
HSL color Cylindrical-coordinate representation of color #E6555C: hue angle of 357.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6555C is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 92 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.10 |
| HSL | 357.1º | 0.74% | 0.62% | - |
| HSV(B) | 357.1º | 0.63% | 0.9% | - |
| XYZ | 37.81 | 24.09 | 12.78 | - |
| YUV | 129.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 92 | 0 | 0.63 | 0.60 | 0.10 | 357.1 | 0.74 | 0.62 |
| Hex | E6 | 55 | 5C | 0 | 3F | 3C | A | 165 | 4A | 3E |
| Octal | 346 | 125 | 134 | 0 | 77 | 74 | 12 | 545 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1011100 | 0 | 111111 | 111100 | 1010 | 101100101 | 1001010 | 111110 |
Color Harmonies of #E6555C
Complementary color
Monochromatic Colors of #E6555C
Black with #E6555C
Text Example
Text Example
White with #E6555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6555C; }
p { color: rgb(230,85,92); }
H1.HeaderClassName
{
color: #E6555C;
}
.AnyTagClassName
{
color: #E6555C;
}
</style>
background-color css
<style>
a { background-color: #E6555C; }
a { background-color: rgb(230,85,92); }
div.DivClassName
{
background-color: #E6555C;
}
.BgClassName
{
background-color: #E6555C;
}
</style>
border-color css
<style>
span { border-color: #E6555C; }
span { border-color: rgb(230,85,92); }
td.TdClassName
{
border-color: #E6555C;
}
.TagClassName
{
border-color: #E6555C;
}
</style>