Shades of Mandy #EA535F
Tints of Mandy #EA535F
RGB
CMYK
RGB Variations
Color information
#EA535F (or 0xEA535F) is known color: Mandy. HEX triplet: EA, 53 and 5F. RGB value is (234,83,95). Sum of RGB (Red+Green+Blue) = 234+83+95=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA535F is #15ACA0. Grayscale: #818181. Windows color (decimal): -1420449 or 6247402. OLE color: 6247402.
HSL color Cylindrical-coordinate representation of color #EA535F: hue angle of 355.23º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA535F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 95 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.08 |
| HSL | 355.23º | 0.78% | 0.62% | - |
| HSV(B) | 355.23º | 0.65% | 0.92% | - |
| XYZ | 39.09 | 24.51 | 13.5 | - |
| YUV | 129.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 95 | 0 | 0.65 | 0.59 | 0.08 | 355.23 | 0.78 | 0.62 |
| Hex | EA | 53 | 5F | 0 | 41 | 3B | 8 | 163 | 4E | 3E |
| Octal | 352 | 123 | 137 | 0 | 101 | 73 | 10 | 543 | 116 | 76 |
| Binary | 11101010 | 1010011 | 1011111 | 0 | 1000001 | 111011 | 1000 | 101100011 | 1001110 | 111110 |
Color Harmonies of #EA535F
Complementary color
Monochromatic Colors of #EA535F
Black with #EA535F
Text Example
Text Example
White with #EA535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA535F; }
p { color: rgb(234,83,95); }
H1.HeaderClassName
{
color: #EA535F;
}
.AnyTagClassName
{
color: #EA535F;
}
</style>
background-color css
<style>
a { background-color: #EA535F; }
a { background-color: rgb(234,83,95); }
div.DivClassName
{
background-color: #EA535F;
}
.BgClassName
{
background-color: #EA535F;
}
</style>
border-color css
<style>
span { border-color: #EA535F; }
span { border-color: rgb(234,83,95); }
td.TdClassName
{
border-color: #EA535F;
}
.TagClassName
{
border-color: #EA535F;
}
</style>