Shades of Geraldine #EA817A
Tints of Geraldine #EA817A
RGB
CMYK
RGB Variations
Color information
#EA817A (or 0xEA817A) is known color: Geraldine. HEX triplet: EA, 81 and 7A. RGB value is (234,129,122). Sum of RGB (Red+Green+Blue) = 234+129+122=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA817A is #157E85. Grayscale: #9F9F9F. Windows color (decimal): -1408646 or 8028650. OLE color: 8028650.
HSL color Cylindrical-coordinate representation of color #EA817A: hue angle of 3.75º 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 #EA817A is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 122 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.08 |
| HSL | 3.75º | 0.73% | 0.7% | - |
| HSV(B) | 3.75º | 0.48% | 0.92% | - |
| XYZ | 45.29 | 34.6 | 22.7 | - |
| YUV | 159.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 122 | 0 | 0.45 | 0.48 | 0.08 | 3.75 | 0.73 | 0.7 |
| Hex | EA | 81 | 7A | 0 | 2D | 30 | 8 | 4 | 49 | 46 |
| Octal | 352 | 201 | 172 | 0 | 55 | 60 | 10 | 4 | 111 | 106 |
| Binary | 11101010 | 10000001 | 1111010 | 0 | 101101 | 110000 | 1000 | 100 | 1001001 | 1000110 |
Color Harmonies of #EA817A
Complementary color
Monochromatic Colors of #EA817A
Black with #EA817A
Text Example
Text Example
White with #EA817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA817A; }
p { color: rgb(234,129,122); }
H1.HeaderClassName
{
color: #EA817A;
}
.AnyTagClassName
{
color: #EA817A;
}
</style>
background-color css
<style>
a { background-color: #EA817A; }
a { background-color: rgb(234,129,122); }
div.DivClassName
{
background-color: #EA817A;
}
.BgClassName
{
background-color: #EA817A;
}
</style>
border-color css
<style>
span { border-color: #EA817A; }
span { border-color: rgb(234,129,122); }
td.TdClassName
{
border-color: #EA817A;
}
.TagClassName
{
border-color: #EA817A;
}
</style>