Shades of Geraldine #EF7D72
Tints of Geraldine #EF7D72
RGB
CMYK
RGB Variations
Color information
#EF7D72 (or 0xEF7D72) is known color: Geraldine. HEX triplet: EF, 7D and 72. RGB value is (239,125,114). Sum of RGB (Red+Green+Blue) = 239+125+114=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D72 is #10828D. Grayscale: #9D9D9D. Windows color (decimal): -1081998 or 7503343. OLE color: 7503343.
HSL color Cylindrical-coordinate representation of color #EF7D72: hue angle of 5.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7D72 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 114 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.06 |
| HSL | 5.28º | 0.8% | 0.69% | - |
| HSV(B) | 5.28º | 0.52% | 0.94% | - |
| XYZ | 45.97 | 34.23 | 20.1 | - |
| YUV | 157.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 114 | 0 | 0.48 | 0.52 | 0.06 | 5.28 | 0.8 | 0.69 |
| Hex | EF | 7D | 72 | 0 | 30 | 34 | 6 | 5 | 50 | 45 |
| Octal | 357 | 175 | 162 | 0 | 60 | 64 | 6 | 5 | 120 | 105 |
| Binary | 11101111 | 1111101 | 1110010 | 0 | 110000 | 110100 | 110 | 101 | 1010000 | 1000101 |
Color Harmonies of #EF7D72
Complementary color
Monochromatic Colors of #EF7D72
Black with #EF7D72
Text Example
Text Example
White with #EF7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D72; }
p { color: rgb(239,125,114); }
H1.HeaderClassName
{
color: #EF7D72;
}
.AnyTagClassName
{
color: #EF7D72;
}
</style>
background-color css
<style>
a { background-color: #EF7D72; }
a { background-color: rgb(239,125,114); }
div.DivClassName
{
background-color: #EF7D72;
}
.BgClassName
{
background-color: #EF7D72;
}
</style>
border-color css
<style>
span { border-color: #EF7D72; }
span { border-color: rgb(239,125,114); }
td.TdClassName
{
border-color: #EF7D72;
}
.TagClassName
{
border-color: #EF7D72;
}
</style>