Shades of Geraldine #EA8079
Tints of Geraldine #EA8079
RGB
CMYK
RGB Variations
Color information
#EA8079 (or 0xEA8079) is known color: Geraldine. HEX triplet: EA, 80 and 79. RGB value is (234,128,121). Sum of RGB (Red+Green+Blue) = 234+128+121=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8079 is #157F86. Grayscale: #9F9F9F. Windows color (decimal): -1408903 or 7962858. OLE color: 7962858.
HSL color Cylindrical-coordinate representation of color #EA8079: hue angle of 3.72º 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 #EA8079 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 121 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.08 |
| HSL | 3.72º | 0.73% | 0.7% | - |
| HSV(B) | 3.72º | 0.48% | 0.92% | - |
| XYZ | 45.1 | 34.31 | 22.33 | - |
| YUV | 158.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 121 | 0 | 0.45 | 0.48 | 0.08 | 3.72 | 0.73 | 0.7 |
| Hex | EA | 80 | 79 | 0 | 2D | 30 | 8 | 4 | 49 | 46 |
| Octal | 352 | 200 | 171 | 0 | 55 | 60 | 10 | 4 | 111 | 106 |
| Binary | 11101010 | 10000000 | 1111001 | 0 | 101101 | 110000 | 1000 | 100 | 1001001 | 1000110 |
Color Harmonies of #EA8079
Complementary color
Monochromatic Colors of #EA8079
Black with #EA8079
Text Example
Text Example
White with #EA8079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8079; }
p { color: rgb(234,128,121); }
H1.HeaderClassName
{
color: #EA8079;
}
.AnyTagClassName
{
color: #EA8079;
}
</style>
background-color css
<style>
a { background-color: #EA8079; }
a { background-color: rgb(234,128,121); }
div.DivClassName
{
background-color: #EA8079;
}
.BgClassName
{
background-color: #EA8079;
}
</style>
border-color css
<style>
span { border-color: #EA8079; }
span { border-color: rgb(234,128,121); }
td.TdClassName
{
border-color: #EA8079;
}
.TagClassName
{
border-color: #EA8079;
}
</style>