Shades of Mandy #EA4B4D
Tints of Mandy #EA4B4D
RGB
CMYK
RGB Variations
Color information
#EA4B4D (or 0xEA4B4D) is known color: Mandy. HEX triplet: EA, 4B and 4D. RGB value is (234,75,77). Sum of RGB (Red+Green+Blue) = 234+75+77=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B4D is #15B4B2. Grayscale: #7A7A7A. Windows color (decimal): -1422515 or 5065706. OLE color: 5065706.
HSL color Cylindrical-coordinate representation of color #EA4B4D: hue angle of 359.25º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4B4D is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 75 | 77 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.08 |
| HSL | 359.25º | 0.79% | 0.61% | - |
| HSV(B) | 359.25º | 0.68% | 0.92% | - |
| XYZ | 37.79 | 23.06 | 9.48 | - |
| YUV | 122.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 75 | 77 | 0 | 0.68 | 0.67 | 0.08 | 359.25 | 0.79 | 0.61 |
| Hex | EA | 4B | 4D | 0 | 44 | 43 | 8 | 167 | 4F | 3D |
| Octal | 352 | 113 | 115 | 0 | 104 | 103 | 10 | 547 | 117 | 75 |
| Binary | 11101010 | 1001011 | 1001101 | 0 | 1000100 | 1000011 | 1000 | 101100111 | 1001111 | 111101 |
Color Harmonies of #EA4B4D
Complementary color
Monochromatic Colors of #EA4B4D
Black with #EA4B4D
Text Example
Text Example
White with #EA4B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4B4D; }
p { color: rgb(234,75,77); }
H1.HeaderClassName
{
color: #EA4B4D;
}
.AnyTagClassName
{
color: #EA4B4D;
}
</style>
background-color css
<style>
a { background-color: #EA4B4D; }
a { background-color: rgb(234,75,77); }
div.DivClassName
{
background-color: #EA4B4D;
}
.BgClassName
{
background-color: #EA4B4D;
}
</style>
border-color css
<style>
span { border-color: #EA4B4D; }
span { border-color: rgb(234,75,77); }
td.TdClassName
{
border-color: #EA4B4D;
}
.TagClassName
{
border-color: #EA4B4D;
}
</style>