Shades of Mandy #E3494B
Tints of Mandy #E3494B
RGB
CMYK
RGB Variations
Color information
#E3494B (or 0xE3494B) is known color: Mandy. HEX triplet: E3, 49 and 4B. RGB value is (227,73,75). Sum of RGB (Red+Green+Blue) = 227+73+75=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E3494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3494B is #1CB6B4. Grayscale: #777777. Windows color (decimal): -1881781 or 4934115. OLE color: 4934115.
HSL color Cylindrical-coordinate representation of color #E3494B: 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 #E3494B is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 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.33 | 21.6 | 8.96 | - |
| YUV | 119.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 75 | 0 | 0.68 | 0.67 | 0.11 | 359.22 | 0.73 | 0.59 |
| Hex | E3 | 49 | 4B | 0 | 44 | 43 | B | 167 | 49 | 3B |
| Octal | 343 | 111 | 113 | 0 | 104 | 103 | 13 | 547 | 111 | 73 |
| Binary | 11100011 | 1001001 | 1001011 | 0 | 1000100 | 1000011 | 1011 | 101100111 | 1001001 | 111011 |
Color Harmonies of #E3494B
Complementary color
Monochromatic Colors of #E3494B
Black with #E3494B
Text Example
Text Example
White with #E3494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3494B; }
p { color: rgb(227,73,75); }
H1.HeaderClassName
{
color: #E3494B;
}
.AnyTagClassName
{
color: #E3494B;
}
</style>
background-color css
<style>
a { background-color: #E3494B; }
a { background-color: rgb(227,73,75); }
div.DivClassName
{
background-color: #E3494B;
}
.BgClassName
{
background-color: #E3494B;
}
</style>
border-color css
<style>
span { border-color: #E3494B; }
span { border-color: rgb(227,73,75); }
td.TdClassName
{
border-color: #E3494B;
}
.TagClassName
{
border-color: #E3494B;
}
</style>