Shades of Geraldine #EF7472
Tints of Geraldine #EF7472
RGB
CMYK
RGB Variations
Color information
#EF7472 (or 0xEF7472) is known color: Geraldine. HEX triplet: EF, 74 and 72. RGB value is (239,116,114). Sum of RGB (Red+Green+Blue) = 239+116+114=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7472 is #108B8D. Grayscale: #989898. Windows color (decimal): -1084302 or 7501039. OLE color: 7501039.
HSL color Cylindrical-coordinate representation of color #EF7472: hue angle of 0.96º 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 #EF7472 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 114 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.06 |
| HSL | 0.96º | 0.8% | 0.69% | - |
| HSV(B) | 0.96º | 0.52% | 0.94% | - |
| XYZ | 44.88 | 32.06 | 19.74 | - |
| YUV | 152.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 114 | 0 | 0.51 | 0.52 | 0.06 | 0.96 | 0.8 | 0.69 |
| Hex | EF | 74 | 72 | 0 | 33 | 34 | 6 | 1 | 50 | 45 |
| Octal | 357 | 164 | 162 | 0 | 63 | 64 | 6 | 1 | 120 | 105 |
| Binary | 11101111 | 1110100 | 1110010 | 0 | 110011 | 110100 | 110 | 1 | 1010000 | 1000101 |
Color Harmonies of #EF7472
Complementary color
Monochromatic Colors of #EF7472
Black with #EF7472
Text Example
Text Example
White with #EF7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7472; }
p { color: rgb(239,116,114); }
H1.HeaderClassName
{
color: #EF7472;
}
.AnyTagClassName
{
color: #EF7472;
}
</style>
background-color css
<style>
a { background-color: #EF7472; }
a { background-color: rgb(239,116,114); }
div.DivClassName
{
background-color: #EF7472;
}
.BgClassName
{
background-color: #EF7472;
}
</style>
border-color css
<style>
span { border-color: #EF7472; }
span { border-color: rgb(239,116,114); }
td.TdClassName
{
border-color: #EF7472;
}
.TagClassName
{
border-color: #EF7472;
}
</style>