Shades of Geraldine #EF7772
Tints of Geraldine #EF7772
RGB
CMYK
RGB Variations
Color information
#EF7772 (or 0xEF7772) is known color: Geraldine. HEX triplet: EF, 77 and 72. RGB value is (239,119,114). Sum of RGB (Red+Green+Blue) = 239+119+114=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7772 is #10888D. Grayscale: #9A9A9A. Windows color (decimal): -1083534 or 7501807. OLE color: 7501807.
HSL color Cylindrical-coordinate representation of color #EF7772: hue angle of 2.4º 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 #EF7772 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 114 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.06 |
| HSL | 2.4º | 0.8% | 0.69% | - |
| HSV(B) | 2.4º | 0.52% | 0.94% | - |
| XYZ | 45.23 | 32.76 | 19.86 | - |
| YUV | 154.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 114 | 0 | 0.50 | 0.52 | 0.06 | 2.4 | 0.8 | 0.69 |
| Hex | EF | 77 | 72 | 0 | 32 | 34 | 6 | 2 | 50 | 45 |
| Octal | 357 | 167 | 162 | 0 | 62 | 64 | 6 | 2 | 120 | 105 |
| Binary | 11101111 | 1110111 | 1110010 | 0 | 110010 | 110100 | 110 | 10 | 1010000 | 1000101 |
Color Harmonies of #EF7772
Complementary color
Monochromatic Colors of #EF7772
Black with #EF7772
Text Example
Text Example
White with #EF7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7772; }
p { color: rgb(239,119,114); }
H1.HeaderClassName
{
color: #EF7772;
}
.AnyTagClassName
{
color: #EF7772;
}
</style>
background-color css
<style>
a { background-color: #EF7772; }
a { background-color: rgb(239,119,114); }
div.DivClassName
{
background-color: #EF7772;
}
.BgClassName
{
background-color: #EF7772;
}
</style>
border-color css
<style>
span { border-color: #EF7772; }
span { border-color: rgb(239,119,114); }
td.TdClassName
{
border-color: #EF7772;
}
.TagClassName
{
border-color: #EF7772;
}
</style>