Shades of Mandy #E2535C
Tints of Mandy #E2535C
RGB
CMYK
RGB Variations
Color information
#E2535C (or 0xE2535C) is known color: Mandy. HEX triplet: E2, 53 and 5C. RGB value is (226,83,92). Sum of RGB (Red+Green+Blue) = 226+83+92=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2535C is #1DACA3. Grayscale: #7E7E7E. Windows color (decimal): -1944740 or 6050786. OLE color: 6050786.
HSL color Cylindrical-coordinate representation of color #E2535C: hue angle of 356.22º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2535C is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 92 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.11 |
| HSL | 356.22º | 0.71% | 0.61% | - |
| HSV(B) | 356.22º | 0.63% | 0.89% | - |
| XYZ | 36.39 | 23.13 | 12.67 | - |
| YUV | 126.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 92 | 0 | 0.63 | 0.59 | 0.11 | 356.22 | 0.71 | 0.61 |
| Hex | E2 | 53 | 5C | 0 | 3F | 3B | B | 164 | 47 | 3D |
| Octal | 342 | 123 | 134 | 0 | 77 | 73 | 13 | 544 | 107 | 75 |
| Binary | 11100010 | 1010011 | 1011100 | 0 | 111111 | 111011 | 1011 | 101100100 | 1000111 | 111101 |
Color Harmonies of #E2535C
Complementary color
Monochromatic Colors of #E2535C
Black with #E2535C
Text Example
Text Example
White with #E2535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2535C; }
p { color: rgb(226,83,92); }
H1.HeaderClassName
{
color: #E2535C;
}
.AnyTagClassName
{
color: #E2535C;
}
</style>
background-color css
<style>
a { background-color: #E2535C; }
a { background-color: rgb(226,83,92); }
div.DivClassName
{
background-color: #E2535C;
}
.BgClassName
{
background-color: #E2535C;
}
</style>
border-color css
<style>
span { border-color: #E2535C; }
span { border-color: rgb(226,83,92); }
td.TdClassName
{
border-color: #E2535C;
}
.TagClassName
{
border-color: #E2535C;
}
</style>