Shades of Geraldine #EA847A
Tints of Geraldine #EA847A
RGB
CMYK
RGB Variations
Color information
#EA847A (or 0xEA847A) is known color: Geraldine. HEX triplet: EA, 84 and 7A. RGB value is (234,132,122). Sum of RGB (Red+Green+Blue) = 234+132+122=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA847A is #157B85. Grayscale: #A1A1A1. Windows color (decimal): -1407878 or 8029418. OLE color: 8029418.
HSL color Cylindrical-coordinate representation of color #EA847A: hue angle of 5.36º 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 #EA847A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 122 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.08 |
| HSL | 5.36º | 0.73% | 0.7% | - |
| HSV(B) | 5.36º | 0.48% | 0.92% | - |
| XYZ | 45.7 | 35.4 | 22.84 | - |
| YUV | 161.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 122 | 0 | 0.44 | 0.48 | 0.08 | 5.36 | 0.73 | 0.7 |
| Hex | EA | 84 | 7A | 0 | 2C | 30 | 8 | 5 | 49 | 46 |
| Octal | 352 | 204 | 172 | 0 | 54 | 60 | 10 | 5 | 111 | 106 |
| Binary | 11101010 | 10000100 | 1111010 | 0 | 101100 | 110000 | 1000 | 101 | 1001001 | 1000110 |
Color Harmonies of #EA847A
Complementary color
Monochromatic Colors of #EA847A
Black with #EA847A
Text Example
Text Example
White with #EA847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA847A; }
p { color: rgb(234,132,122); }
H1.HeaderClassName
{
color: #EA847A;
}
.AnyTagClassName
{
color: #EA847A;
}
</style>
background-color css
<style>
a { background-color: #EA847A; }
a { background-color: rgb(234,132,122); }
div.DivClassName
{
background-color: #EA847A;
}
.BgClassName
{
background-color: #EA847A;
}
</style>
border-color css
<style>
span { border-color: #EA847A; }
span { border-color: rgb(234,132,122); }
td.TdClassName
{
border-color: #EA847A;
}
.TagClassName
{
border-color: #EA847A;
}
</style>