Shades of Mandy #EA555C
Tints of Mandy #EA555C
RGB
CMYK
RGB Variations
Color information
#EA555C (or 0xEA555C) is known color: Mandy. HEX triplet: EA, 55 and 5C. RGB value is (234,85,92). Sum of RGB (Red+Green+Blue) = 234+85+92=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA555C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA555C is #15AAA3. Grayscale: #828282. Windows color (decimal): -1419940 or 6051306. OLE color: 6051306.
HSL color Cylindrical-coordinate representation of color #EA555C: hue angle of 357.18º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA555C is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 92 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.08 |
| HSL | 357.18º | 0.78% | 0.63% | - |
| HSV(B) | 357.18º | 0.64% | 0.92% | - |
| XYZ | 39.11 | 24.76 | 12.84 | - |
| YUV | 130.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 92 | 0 | 0.64 | 0.61 | 0.08 | 357.18 | 0.78 | 0.63 |
| Hex | EA | 55 | 5C | 0 | 40 | 3D | 8 | 165 | 4E | 3F |
| Octal | 352 | 125 | 134 | 0 | 100 | 75 | 10 | 545 | 116 | 77 |
| Binary | 11101010 | 1010101 | 1011100 | 0 | 1000000 | 111101 | 1000 | 101100101 | 1001110 | 111111 |
Color Harmonies of #EA555C
Complementary color
Monochromatic Colors of #EA555C
Black with #EA555C
Text Example
Text Example
White with #EA555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA555C; }
p { color: rgb(234,85,92); }
H1.HeaderClassName
{
color: #EA555C;
}
.AnyTagClassName
{
color: #EA555C;
}
</style>
background-color css
<style>
a { background-color: #EA555C; }
a { background-color: rgb(234,85,92); }
div.DivClassName
{
background-color: #EA555C;
}
.BgClassName
{
background-color: #EA555C;
}
</style>
border-color css
<style>
span { border-color: #EA555C; }
span { border-color: rgb(234,85,92); }
td.TdClassName
{
border-color: #EA555C;
}
.TagClassName
{
border-color: #EA555C;
}
</style>