Shades of Mandy #E2454E
Tints of Mandy #E2454E
RGB
CMYK
RGB Variations
Color information
#E2454E (or 0xE2454E) is known color: Mandy. HEX triplet: E2, 45 and 4E. RGB value is (226,69,78). Sum of RGB (Red+Green+Blue) = 226+69+78=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2454E is #1DBAB1. Grayscale: #757575. Windows color (decimal): -1948338 or 5129698. OLE color: 5129698.
HSL color Cylindrical-coordinate representation of color #E2454E: hue angle of 356.56º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2454E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 78 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.11 |
| HSL | 356.56º | 0.73% | 0.58% | - |
| HSV(B) | 356.56º | 0.69% | 0.89% | - |
| XYZ | 34.87 | 20.98 | 9.42 | - |
| YUV | 116.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 78 | 0 | 0.69 | 0.65 | 0.11 | 356.56 | 0.73 | 0.58 |
| Hex | E2 | 45 | 4E | 0 | 45 | 41 | B | 165 | 49 | 3A |
| Octal | 342 | 105 | 116 | 0 | 105 | 101 | 13 | 545 | 111 | 72 |
| Binary | 11100010 | 1000101 | 1001110 | 0 | 1000101 | 1000001 | 1011 | 101100101 | 1001001 | 111010 |
Color Harmonies of #E2454E
Complementary color
Monochromatic Colors of #E2454E
Black with #E2454E
Text Example
Text Example
White with #E2454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2454E; }
p { color: rgb(226,69,78); }
H1.HeaderClassName
{
color: #E2454E;
}
.AnyTagClassName
{
color: #E2454E;
}
</style>
background-color css
<style>
a { background-color: #E2454E; }
a { background-color: rgb(226,69,78); }
div.DivClassName
{
background-color: #E2454E;
}
.BgClassName
{
background-color: #E2454E;
}
</style>
border-color css
<style>
span { border-color: #E2454E; }
span { border-color: rgb(226,69,78); }
td.TdClassName
{
border-color: #E2454E;
}
.TagClassName
{
border-color: #E2454E;
}
</style>