Shades of Geraldine #EF7872
Tints of Geraldine #EF7872
RGB
CMYK
RGB Variations
Color information
#EF7872 (or 0xEF7872) is known color: Geraldine. HEX triplet: EF, 78 and 72. RGB value is (239,120,114). Sum of RGB (Red+Green+Blue) = 239+120+114=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7872 is #10878D. Grayscale: #9B9B9B. Windows color (decimal): -1083278 or 7502063. OLE color: 7502063.
HSL color Cylindrical-coordinate representation of color #EF7872: hue angle of 2.88º 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 #EF7872 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 114 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.06 |
| HSL | 2.88º | 0.8% | 0.69% | - |
| HSV(B) | 2.88º | 0.52% | 0.94% | - |
| XYZ | 45.35 | 33 | 19.9 | - |
| YUV | 154.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 114 | 0 | 0.50 | 0.52 | 0.06 | 2.88 | 0.8 | 0.69 |
| Hex | EF | 78 | 72 | 0 | 32 | 34 | 6 | 3 | 50 | 45 |
| Octal | 357 | 170 | 162 | 0 | 62 | 64 | 6 | 3 | 120 | 105 |
| Binary | 11101111 | 1111000 | 1110010 | 0 | 110010 | 110100 | 110 | 11 | 1010000 | 1000101 |
Color Harmonies of #EF7872
Complementary color
Monochromatic Colors of #EF7872
Black with #EF7872
Text Example
Text Example
White with #EF7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7872; }
p { color: rgb(239,120,114); }
H1.HeaderClassName
{
color: #EF7872;
}
.AnyTagClassName
{
color: #EF7872;
}
</style>
background-color css
<style>
a { background-color: #EF7872; }
a { background-color: rgb(239,120,114); }
div.DivClassName
{
background-color: #EF7872;
}
.BgClassName
{
background-color: #EF7872;
}
</style>
border-color css
<style>
span { border-color: #EF7872; }
span { border-color: rgb(239,120,114); }
td.TdClassName
{
border-color: #EF7872;
}
.TagClassName
{
border-color: #EF7872;
}
</style>