Shades of Geraldine #EC7470
Tints of Geraldine #EC7470
RGB
CMYK
RGB Variations
Color information
#EC7470 (or 0xEC7470) is known color: Geraldine. HEX triplet: EC, 74 and 70. RGB value is (236,116,112). Sum of RGB (Red+Green+Blue) = 236+116+112=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7470 is #138B8F. Grayscale: #979797. Windows color (decimal): -1280912 or 7369964. OLE color: 7369964.
HSL color Cylindrical-coordinate representation of color #EC7470: hue angle of 1.94º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7470 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 112 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.07 |
| HSL | 1.94º | 0.77% | 0.68% | - |
| HSV(B) | 1.94º | 0.53% | 0.93% | - |
| XYZ | 43.76 | 31.49 | 19.1 | - |
| YUV | 151.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 112 | 0 | 0.51 | 0.53 | 0.07 | 1.94 | 0.77 | 0.68 |
| Hex | EC | 74 | 70 | 0 | 33 | 35 | 7 | 2 | 4D | 44 |
| Octal | 354 | 164 | 160 | 0 | 63 | 65 | 7 | 2 | 115 | 104 |
| Binary | 11101100 | 1110100 | 1110000 | 0 | 110011 | 110101 | 111 | 10 | 1001101 | 1000100 |
Color Harmonies of #EC7470
Complementary color
Monochromatic Colors of #EC7470
Black with #EC7470
Text Example
Text Example
White with #EC7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7470; }
p { color: rgb(236,116,112); }
H1.HeaderClassName
{
color: #EC7470;
}
.AnyTagClassName
{
color: #EC7470;
}
</style>
background-color css
<style>
a { background-color: #EC7470; }
a { background-color: rgb(236,116,112); }
div.DivClassName
{
background-color: #EC7470;
}
.BgClassName
{
background-color: #EC7470;
}
</style>
border-color css
<style>
span { border-color: #EC7470; }
span { border-color: rgb(236,116,112); }
td.TdClassName
{
border-color: #EC7470;
}
.TagClassName
{
border-color: #EC7470;
}
</style>