Shades of Mandy #E1454B
Tints of Mandy #E1454B
RGB
CMYK
RGB Variations
Color information
#E1454B (or 0xE1454B) is known color: Mandy. HEX triplet: E1, 45 and 4B. RGB value is (225,69,75). Sum of RGB (Red+Green+Blue) = 225+69+75=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1454B is #1EBAB4. Grayscale: #747474. Windows color (decimal): -2013877 or 4933089. OLE color: 4933089.
HSL color Cylindrical-coordinate representation of color #E1454B: hue angle of 357.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1454B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 75 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.12 |
| HSL | 357.69º | 0.72% | 0.58% | - |
| HSV(B) | 357.69º | 0.69% | 0.88% | - |
| XYZ | 34.45 | 20.77 | 8.85 | - |
| YUV | 116.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 75 | 0 | 0.69 | 0.67 | 0.12 | 357.69 | 0.72 | 0.58 |
| Hex | E1 | 45 | 4B | 0 | 45 | 43 | C | 166 | 48 | 3A |
| Octal | 341 | 105 | 113 | 0 | 105 | 103 | 14 | 546 | 110 | 72 |
| Binary | 11100001 | 1000101 | 1001011 | 0 | 1000101 | 1000011 | 1100 | 101100110 | 1001000 | 111010 |
Color Harmonies of #E1454B
Complementary color
Monochromatic Colors of #E1454B
Black with #E1454B
Text Example
Text Example
White with #E1454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1454B; }
p { color: rgb(225,69,75); }
H1.HeaderClassName
{
color: #E1454B;
}
.AnyTagClassName
{
color: #E1454B;
}
</style>
background-color css
<style>
a { background-color: #E1454B; }
a { background-color: rgb(225,69,75); }
div.DivClassName
{
background-color: #E1454B;
}
.BgClassName
{
background-color: #E1454B;
}
</style>
border-color css
<style>
span { border-color: #E1454B; }
span { border-color: rgb(225,69,75); }
td.TdClassName
{
border-color: #E1454B;
}
.TagClassName
{
border-color: #E1454B;
}
</style>