Shades of Geraldine #EA8472
Tints of Geraldine #EA8472
RGB
CMYK
RGB Variations
Color information
#EA8472 (or 0xEA8472) is known color: Geraldine. HEX triplet: EA, 84 and 72. RGB value is (234,132,114). Sum of RGB (Red+Green+Blue) = 234+132+114=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8472 is #157B8D. Grayscale: #A0A0A0. Windows color (decimal): -1407886 or 7505130. OLE color: 7505130.
HSL color Cylindrical-coordinate representation of color #EA8472: hue angle of 9º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA8472 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 114 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.08 |
| HSL | 9º | 0.74% | 0.68% | - |
| HSV(B) | 9º | 0.51% | 0.92% | - |
| XYZ | 45.22 | 35.21 | 20.33 | - |
| YUV | 160.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 114 | 0 | 0.44 | 0.51 | 0.08 | 9 | 0.74 | 0.68 |
| Hex | EA | 84 | 72 | 0 | 2C | 33 | 8 | 9 | 4A | 44 |
| Octal | 352 | 204 | 162 | 0 | 54 | 63 | 10 | 11 | 112 | 104 |
| Binary | 11101010 | 10000100 | 1110010 | 0 | 101100 | 110011 | 1000 | 1001 | 1001010 | 1000100 |
Color Harmonies of #EA8472
Complementary color
Monochromatic Colors of #EA8472
Black with #EA8472
Text Example
Text Example
White with #EA8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8472; }
p { color: rgb(234,132,114); }
H1.HeaderClassName
{
color: #EA8472;
}
.AnyTagClassName
{
color: #EA8472;
}
</style>
background-color css
<style>
a { background-color: #EA8472; }
a { background-color: rgb(234,132,114); }
div.DivClassName
{
background-color: #EA8472;
}
.BgClassName
{
background-color: #EA8472;
}
</style>
border-color css
<style>
span { border-color: #EA8472; }
span { border-color: rgb(234,132,114); }
td.TdClassName
{
border-color: #EA8472;
}
.TagClassName
{
border-color: #EA8472;
}
</style>