Shades of Geraldine #EC7D72
Tints of Geraldine #EC7D72
RGB
CMYK
RGB Variations
Color information
#EC7D72 (or 0xEC7D72) is known color: Geraldine. HEX triplet: EC, 7D and 72. RGB value is (236,125,114). Sum of RGB (Red+Green+Blue) = 236+125+114=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D72 is #13828D. Grayscale: #9D9D9D. Windows color (decimal): -1278606 or 7503340. OLE color: 7503340.
HSL color Cylindrical-coordinate representation of color #EC7D72: hue angle of 5.41º 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 #EC7D72 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 114 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.07 |
| HSL | 5.41º | 0.76% | 0.69% | - |
| HSV(B) | 5.41º | 0.52% | 0.93% | - |
| XYZ | 44.96 | 33.72 | 20.06 | - |
| YUV | 156.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 114 | 0 | 0.47 | 0.52 | 0.07 | 5.41 | 0.76 | 0.69 |
| Hex | EC | 7D | 72 | 0 | 2F | 34 | 7 | 5 | 4C | 45 |
| Octal | 354 | 175 | 162 | 0 | 57 | 64 | 7 | 5 | 114 | 105 |
| Binary | 11101100 | 1111101 | 1110010 | 0 | 101111 | 110100 | 111 | 101 | 1001100 | 1000101 |
Color Harmonies of #EC7D72
Complementary color
Monochromatic Colors of #EC7D72
Black with #EC7D72
Text Example
Text Example
White with #EC7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D72; }
p { color: rgb(236,125,114); }
H1.HeaderClassName
{
color: #EC7D72;
}
.AnyTagClassName
{
color: #EC7D72;
}
</style>
background-color css
<style>
a { background-color: #EC7D72; }
a { background-color: rgb(236,125,114); }
div.DivClassName
{
background-color: #EC7D72;
}
.BgClassName
{
background-color: #EC7D72;
}
</style>
border-color css
<style>
span { border-color: #EC7D72; }
span { border-color: rgb(236,125,114); }
td.TdClassName
{
border-color: #EC7D72;
}
.TagClassName
{
border-color: #EC7D72;
}
</style>