Shades of Geraldine #EA7F79
Tints of Geraldine #EA7F79
RGB
CMYK
RGB Variations
Color information
#EA7F79 (or 0xEA7F79) is known color: Geraldine. HEX triplet: EA, 7F and 79. RGB value is (234,127,121). Sum of RGB (Red+Green+Blue) = 234+127+121=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7F79 is #158086. Grayscale: #9E9E9E. Windows color (decimal): -1409159 or 7962602. OLE color: 7962602.
HSL color Cylindrical-coordinate representation of color #EA7F79: hue angle of 3.19º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7F79 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 121 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.08 |
| HSL | 3.19º | 0.73% | 0.7% | - |
| HSV(B) | 3.19º | 0.48% | 0.92% | - |
| XYZ | 44.97 | 34.05 | 22.29 | - |
| YUV | 158.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 121 | 0 | 0.46 | 0.48 | 0.08 | 3.19 | 0.73 | 0.7 |
| Hex | EA | 7F | 79 | 0 | 2E | 30 | 8 | 3 | 49 | 46 |
| Octal | 352 | 177 | 171 | 0 | 56 | 60 | 10 | 3 | 111 | 106 |
| Binary | 11101010 | 1111111 | 1111001 | 0 | 101110 | 110000 | 1000 | 11 | 1001001 | 1000110 |
Color Harmonies of #EA7F79
Complementary color
Monochromatic Colors of #EA7F79
Black with #EA7F79
Text Example
Text Example
White with #EA7F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7F79; }
p { color: rgb(234,127,121); }
H1.HeaderClassName
{
color: #EA7F79;
}
.AnyTagClassName
{
color: #EA7F79;
}
</style>
background-color css
<style>
a { background-color: #EA7F79; }
a { background-color: rgb(234,127,121); }
div.DivClassName
{
background-color: #EA7F79;
}
.BgClassName
{
background-color: #EA7F79;
}
</style>
border-color css
<style>
span { border-color: #EA7F79; }
span { border-color: rgb(234,127,121); }
td.TdClassName
{
border-color: #EA7F79;
}
.TagClassName
{
border-color: #EA7F79;
}
</style>