Shades of Mandy #E14B5C
Tints of Mandy #E14B5C
RGB
CMYK
RGB Variations
Color information
#E14B5C (or 0xE14B5C) is known color: Mandy. HEX triplet: E1, 4B and 5C. RGB value is (225,75,92). Sum of RGB (Red+Green+Blue) = 225+75+92=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B5C is #1EB4A3. Grayscale: #797979. Windows color (decimal): -2012324 or 6048737. OLE color: 6048737.
HSL color Cylindrical-coordinate representation of color #E14B5C: hue angle of 353.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14B5C is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 92 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.12 |
| HSL | 353.2º | 0.71% | 0.59% | - |
| HSV(B) | 353.2º | 0.67% | 0.88% | - |
| XYZ | 35.5 | 21.81 | 12.46 | - |
| YUV | 121.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 92 | 0 | 0.67 | 0.59 | 0.12 | 353.2 | 0.71 | 0.59 |
| Hex | E1 | 4B | 5C | 0 | 43 | 3B | C | 161 | 47 | 3B |
| Octal | 341 | 113 | 134 | 0 | 103 | 73 | 14 | 541 | 107 | 73 |
| Binary | 11100001 | 1001011 | 1011100 | 0 | 1000011 | 111011 | 1100 | 101100001 | 1000111 | 111011 |
Color Harmonies of #E14B5C
Complementary color
Monochromatic Colors of #E14B5C
Black with #E14B5C
Text Example
Text Example
White with #E14B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B5C; }
p { color: rgb(225,75,92); }
H1.HeaderClassName
{
color: #E14B5C;
}
.AnyTagClassName
{
color: #E14B5C;
}
</style>
background-color css
<style>
a { background-color: #E14B5C; }
a { background-color: rgb(225,75,92); }
div.DivClassName
{
background-color: #E14B5C;
}
.BgClassName
{
background-color: #E14B5C;
}
</style>
border-color css
<style>
span { border-color: #E14B5C; }
span { border-color: rgb(225,75,92); }
td.TdClassName
{
border-color: #E14B5C;
}
.TagClassName
{
border-color: #E14B5C;
}
</style>