Shades of Geraldine #EC7A72
Tints of Geraldine #EC7A72
RGB
CMYK
RGB Variations
Color information
#EC7A72 (or 0xEC7A72) is known color: Geraldine. HEX triplet: EC, 7A and 72. RGB value is (236,122,114). Sum of RGB (Red+Green+Blue) = 236+122+114=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A72 is #13858D. Grayscale: #9B9B9B. Windows color (decimal): -1279374 or 7502572. OLE color: 7502572.
HSL color Cylindrical-coordinate representation of color #EC7A72: hue angle of 3.93º 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 #EC7A72 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 114 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.07 |
| HSL | 3.93º | 0.76% | 0.69% | - |
| HSV(B) | 3.93º | 0.52% | 0.93% | - |
| XYZ | 44.59 | 32.97 | 19.93 | - |
| YUV | 155.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 114 | 0 | 0.48 | 0.52 | 0.07 | 3.93 | 0.76 | 0.69 |
| Hex | EC | 7A | 72 | 0 | 30 | 34 | 7 | 4 | 4C | 45 |
| Octal | 354 | 172 | 162 | 0 | 60 | 64 | 7 | 4 | 114 | 105 |
| Binary | 11101100 | 1111010 | 1110010 | 0 | 110000 | 110100 | 111 | 100 | 1001100 | 1000101 |
Color Harmonies of #EC7A72
Complementary color
Monochromatic Colors of #EC7A72
Black with #EC7A72
Text Example
Text Example
White with #EC7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A72; }
p { color: rgb(236,122,114); }
H1.HeaderClassName
{
color: #EC7A72;
}
.AnyTagClassName
{
color: #EC7A72;
}
</style>
background-color css
<style>
a { background-color: #EC7A72; }
a { background-color: rgb(236,122,114); }
div.DivClassName
{
background-color: #EC7A72;
}
.BgClassName
{
background-color: #EC7A72;
}
</style>
border-color css
<style>
span { border-color: #EC7A72; }
span { border-color: rgb(236,122,114); }
td.TdClassName
{
border-color: #EC7A72;
}
.TagClassName
{
border-color: #EC7A72;
}
</style>