Shades of Geraldine #EA827A
Tints of Geraldine #EA827A
RGB
CMYK
RGB Variations
Color information
#EA827A (or 0xEA827A) is known color: Geraldine. HEX triplet: EA, 82 and 7A. RGB value is (234,130,122). Sum of RGB (Red+Green+Blue) = 234+130+122=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA827A is #157D85. Grayscale: #A0A0A0. Windows color (decimal): -1408390 or 8028906. OLE color: 8028906.
HSL color Cylindrical-coordinate representation of color #EA827A: hue angle of 4.29º 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 #EA827A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 122 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.08 |
| HSL | 4.29º | 0.73% | 0.7% | - |
| HSV(B) | 4.29º | 0.48% | 0.92% | - |
| XYZ | 45.43 | 34.86 | 22.75 | - |
| YUV | 160.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 122 | 0 | 0.44 | 0.48 | 0.08 | 4.29 | 0.73 | 0.7 |
| Hex | EA | 82 | 7A | 0 | 2C | 30 | 8 | 4 | 49 | 46 |
| Octal | 352 | 202 | 172 | 0 | 54 | 60 | 10 | 4 | 111 | 106 |
| Binary | 11101010 | 10000010 | 1111010 | 0 | 101100 | 110000 | 1000 | 100 | 1001001 | 1000110 |
Color Harmonies of #EA827A
Complementary color
Monochromatic Colors of #EA827A
Black with #EA827A
Text Example
Text Example
White with #EA827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA827A; }
p { color: rgb(234,130,122); }
H1.HeaderClassName
{
color: #EA827A;
}
.AnyTagClassName
{
color: #EA827A;
}
</style>
background-color css
<style>
a { background-color: #EA827A; }
a { background-color: rgb(234,130,122); }
div.DivClassName
{
background-color: #EA827A;
}
.BgClassName
{
background-color: #EA827A;
}
</style>
border-color css
<style>
span { border-color: #EA827A; }
span { border-color: rgb(234,130,122); }
td.TdClassName
{
border-color: #EA827A;
}
.TagClassName
{
border-color: #EA827A;
}
</style>