Shades of Geraldine #EA8574
Tints of Geraldine #EA8574
RGB
CMYK
RGB Variations
Color information
#EA8574 (or 0xEA8574) is known color: Geraldine. HEX triplet: EA, 85 and 74. RGB value is (234,133,116). Sum of RGB (Red+Green+Blue) = 234+133+116=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8574 is #157A8B. Grayscale: #A1A1A1. Windows color (decimal): -1407628 or 7636458. OLE color: 7636458.
HSL color Cylindrical-coordinate representation of color #EA8574: hue angle of 8.64º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA8574 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 116 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.08 |
| HSL | 8.64º | 0.74% | 0.69% | - |
| HSV(B) | 8.64º | 0.5% | 0.92% | - |
| XYZ | 45.47 | 35.53 | 20.98 | - |
| YUV | 161.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 116 | 0 | 0.43 | 0.50 | 0.08 | 8.64 | 0.74 | 0.69 |
| Hex | EA | 85 | 74 | 0 | 2B | 32 | 8 | 9 | 4A | 45 |
| Octal | 352 | 205 | 164 | 0 | 53 | 62 | 10 | 11 | 112 | 105 |
| Binary | 11101010 | 10000101 | 1110100 | 0 | 101011 | 110010 | 1000 | 1001 | 1001010 | 1000101 |
Color Harmonies of #EA8574
Complementary color
Monochromatic Colors of #EA8574
Black with #EA8574
Text Example
Text Example
White with #EA8574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8574; }
p { color: rgb(234,133,116); }
H1.HeaderClassName
{
color: #EA8574;
}
.AnyTagClassName
{
color: #EA8574;
}
</style>
background-color css
<style>
a { background-color: #EA8574; }
a { background-color: rgb(234,133,116); }
div.DivClassName
{
background-color: #EA8574;
}
.BgClassName
{
background-color: #EA8574;
}
</style>
border-color css
<style>
span { border-color: #EA8574; }
span { border-color: rgb(234,133,116); }
td.TdClassName
{
border-color: #EA8574;
}
.TagClassName
{
border-color: #EA8574;
}
</style>