Shades of Geraldine #EC7170
Tints of Geraldine #EC7170
RGB
CMYK
RGB Variations
Color information
#EC7170 (or 0xEC7170) is known color: Geraldine. HEX triplet: EC, 71 and 70. RGB value is (236,113,112). Sum of RGB (Red+Green+Blue) = 236+113+112=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7170 is #138E8F. Grayscale: #959595. Windows color (decimal): -1281680 or 7369196. OLE color: 7369196.
HSL color Cylindrical-coordinate representation of color #EC7170: hue angle of 0.48º 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 #EC7170 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 112 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.07 |
| HSL | 0.48º | 0.77% | 0.68% | - |
| HSV(B) | 0.48º | 0.53% | 0.93% | - |
| XYZ | 43.42 | 30.81 | 18.99 | - |
| YUV | 149.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 112 | 0 | 0.52 | 0.53 | 0.07 | 0.48 | 0.77 | 0.68 |
| Hex | EC | 71 | 70 | 0 | 34 | 35 | 7 | 0 | 4D | 44 |
| Octal | 354 | 161 | 160 | 0 | 64 | 65 | 7 | 0 | 115 | 104 |
| Binary | 11101100 | 1110001 | 1110000 | 0 | 110100 | 110101 | 111 | 0 | 1001101 | 1000100 |
Color Harmonies of #EC7170
Complementary color
Monochromatic Colors of #EC7170
Black with #EC7170
Text Example
Text Example
White with #EC7170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7170; }
p { color: rgb(236,113,112); }
H1.HeaderClassName
{
color: #EC7170;
}
.AnyTagClassName
{
color: #EC7170;
}
</style>
background-color css
<style>
a { background-color: #EC7170; }
a { background-color: rgb(236,113,112); }
div.DivClassName
{
background-color: #EC7170;
}
.BgClassName
{
background-color: #EC7170;
}
</style>
border-color css
<style>
span { border-color: #EC7170; }
span { border-color: rgb(236,113,112); }
td.TdClassName
{
border-color: #EC7170;
}
.TagClassName
{
border-color: #EC7170;
}
</style>