Shades of Mandy #E2555C
Tints of Mandy #E2555C
RGB
CMYK
RGB Variations
Color information
#E2555C (or 0xE2555C) is known color: Mandy. HEX triplet: E2, 55 and 5C. RGB value is (226,85,92). Sum of RGB (Red+Green+Blue) = 226+85+92=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2555C is #1DAAA3. Grayscale: #808080. Windows color (decimal): -1944228 or 6051298. OLE color: 6051298.
HSL color Cylindrical-coordinate representation of color #E2555C: hue angle of 357.02º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2555C is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 92 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.11 |
| HSL | 357.02º | 0.71% | 0.61% | - |
| HSV(B) | 357.02º | 0.62% | 0.89% | - |
| XYZ | 36.54 | 23.44 | 12.72 | - |
| YUV | 127.96 | 107.71 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 92 | 0 | 0.62 | 0.59 | 0.11 | 357.02 | 0.71 | 0.61 |
| Hex | E2 | 55 | 5C | 0 | 3E | 3B | B | 165 | 47 | 3D |
| Octal | 342 | 125 | 134 | 0 | 76 | 73 | 13 | 545 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1011100 | 0 | 111110 | 111011 | 1011 | 101100101 | 1000111 | 111101 |
Color Harmonies of #E2555C
Complementary color
Monochromatic Colors of #E2555C
Black with #E2555C
Text Example
Text Example
White with #E2555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2555C; }
p { color: rgb(226,85,92); }
H1.HeaderClassName
{
color: #E2555C;
}
.AnyTagClassName
{
color: #E2555C;
}
</style>
background-color css
<style>
a { background-color: #E2555C; }
a { background-color: rgb(226,85,92); }
div.DivClassName
{
background-color: #E2555C;
}
.BgClassName
{
background-color: #E2555C;
}
</style>
border-color css
<style>
span { border-color: #E2555C; }
span { border-color: rgb(226,85,92); }
td.TdClassName
{
border-color: #E2555C;
}
.TagClassName
{
border-color: #E2555C;
}
</style>