Shades of Mandy #E2494B
Tints of Mandy #E2494B
RGB
CMYK
RGB Variations
Color information
#E2494B (or 0xE2494B) is known color: Mandy. HEX triplet: E2, 49 and 4B. RGB value is (226,73,75). Sum of RGB (Red+Green+Blue) = 226+73+75=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2494B is #1DB6B4. Grayscale: #777777. Windows color (decimal): -1947317 or 4934114. OLE color: 4934114.
HSL color Cylindrical-coordinate representation of color #E2494B: hue angle of 359.22º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2494B is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 75 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.11 |
| HSL | 359.22º | 0.73% | 0.59% | - |
| HSV(B) | 359.22º | 0.68% | 0.89% | - |
| XYZ | 35.02 | 21.44 | 8.95 | - |
| YUV | 118.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 75 | 0 | 0.68 | 0.67 | 0.11 | 359.22 | 0.73 | 0.59 |
| Hex | E2 | 49 | 4B | 0 | 44 | 43 | B | 167 | 49 | 3B |
| Octal | 342 | 111 | 113 | 0 | 104 | 103 | 13 | 547 | 111 | 73 |
| Binary | 11100010 | 1001001 | 1001011 | 0 | 1000100 | 1000011 | 1011 | 101100111 | 1001001 | 111011 |
Color Harmonies of #E2494B
Complementary color
Monochromatic Colors of #E2494B
Black with #E2494B
Text Example
Text Example
White with #E2494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2494B; }
p { color: rgb(226,73,75); }
H1.HeaderClassName
{
color: #E2494B;
}
.AnyTagClassName
{
color: #E2494B;
}
</style>
background-color css
<style>
a { background-color: #E2494B; }
a { background-color: rgb(226,73,75); }
div.DivClassName
{
background-color: #E2494B;
}
.BgClassName
{
background-color: #E2494B;
}
</style>
border-color css
<style>
span { border-color: #E2494B; }
span { border-color: rgb(226,73,75); }
td.TdClassName
{
border-color: #E2494B;
}
.TagClassName
{
border-color: #E2494B;
}
</style>