Shades of Geraldine #EC7472
Tints of Geraldine #EC7472
RGB
CMYK
RGB Variations
Color information
#EC7472 (or 0xEC7472) is known color: Geraldine. HEX triplet: EC, 74 and 72. RGB value is (236,116,114). Sum of RGB (Red+Green+Blue) = 236+116+114=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7472 is #138B8D. Grayscale: #979797. Windows color (decimal): -1280910 or 7501036. OLE color: 7501036.
HSL color Cylindrical-coordinate representation of color #EC7472: hue angle of 0.98º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC7472 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 114 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.07 |
| HSL | 0.98º | 0.76% | 0.69% | - |
| HSV(B) | 0.98º | 0.52% | 0.93% | - |
| XYZ | 43.87 | 31.54 | 19.69 | - |
| YUV | 151.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 114 | 0 | 0.51 | 0.52 | 0.07 | 0.98 | 0.76 | 0.69 |
| Hex | EC | 74 | 72 | 0 | 33 | 34 | 7 | 1 | 4C | 45 |
| Octal | 354 | 164 | 162 | 0 | 63 | 64 | 7 | 1 | 114 | 105 |
| Binary | 11101100 | 1110100 | 1110010 | 0 | 110011 | 110100 | 111 | 1 | 1001100 | 1000101 |
Color Harmonies of #EC7472
Complementary color
Monochromatic Colors of #EC7472
Black with #EC7472
Text Example
Text Example
White with #EC7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7472; }
p { color: rgb(236,116,114); }
H1.HeaderClassName
{
color: #EC7472;
}
.AnyTagClassName
{
color: #EC7472;
}
</style>
background-color css
<style>
a { background-color: #EC7472; }
a { background-color: rgb(236,116,114); }
div.DivClassName
{
background-color: #EC7472;
}
.BgClassName
{
background-color: #EC7472;
}
</style>
border-color css
<style>
span { border-color: #EC7472; }
span { border-color: rgb(236,116,114); }
td.TdClassName
{
border-color: #EC7472;
}
.TagClassName
{
border-color: #EC7472;
}
</style>