Shades of Geraldine #EF7976
Tints of Geraldine #EF7976
RGB
CMYK
RGB Variations
Color information
#EF7976 (or 0xEF7976) is known color: Geraldine. HEX triplet: EF, 79 and 76. RGB value is (239,121,118). Sum of RGB (Red+Green+Blue) = 239+121+118=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7976 is #108689. Grayscale: #9C9C9C. Windows color (decimal): -1083018 or 7764463. OLE color: 7764463.
HSL color Cylindrical-coordinate representation of color #EF7976: hue angle of 1.49º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7976 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 118 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.06 |
| HSL | 1.49º | 0.79% | 0.7% | - |
| HSV(B) | 1.49º | 0.51% | 0.94% | - |
| XYZ | 45.7 | 33.33 | 21.16 | - |
| YUV | 155.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 118 | 0 | 0.49 | 0.51 | 0.06 | 1.49 | 0.79 | 0.7 |
| Hex | EF | 79 | 76 | 0 | 31 | 33 | 6 | 1 | 4F | 46 |
| Octal | 357 | 171 | 166 | 0 | 61 | 63 | 6 | 1 | 117 | 106 |
| Binary | 11101111 | 1111001 | 1110110 | 0 | 110001 | 110011 | 110 | 1 | 1001111 | 1000110 |
Color Harmonies of #EF7976
Complementary color
Monochromatic Colors of #EF7976
Black with #EF7976
Text Example
Text Example
White with #EF7976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7976; }
p { color: rgb(239,121,118); }
H1.HeaderClassName
{
color: #EF7976;
}
.AnyTagClassName
{
color: #EF7976;
}
</style>
background-color css
<style>
a { background-color: #EF7976; }
a { background-color: rgb(239,121,118); }
div.DivClassName
{
background-color: #EF7976;
}
.BgClassName
{
background-color: #EF7976;
}
</style>
border-color css
<style>
span { border-color: #EF7976; }
span { border-color: rgb(239,121,118); }
td.TdClassName
{
border-color: #EF7976;
}
.TagClassName
{
border-color: #EF7976;
}
</style>