Shades of Geraldine #EA7771
Tints of Geraldine #EA7771
RGB
CMYK
RGB Variations
Color information
#EA7771 (or 0xEA7771) is known color: Geraldine. HEX triplet: EA, 77 and 71. RGB value is (234,119,113). Sum of RGB (Red+Green+Blue) = 234+119+113=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7771 is #15888E. Grayscale: #989898. Windows color (decimal): -1411215 or 7436266. OLE color: 7436266.
HSL color Cylindrical-coordinate representation of color #EA7771: hue angle of 2.98º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA7771 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 113 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.08 |
| HSL | 2.98º | 0.74% | 0.68% | - |
| HSV(B) | 2.98º | 0.52% | 0.92% | - |
| XYZ | 43.51 | 31.88 | 19.48 | - |
| YUV | 152.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 113 | 0 | 0.49 | 0.52 | 0.08 | 2.98 | 0.74 | 0.68 |
| Hex | EA | 77 | 71 | 0 | 31 | 34 | 8 | 3 | 4A | 44 |
| Octal | 352 | 167 | 161 | 0 | 61 | 64 | 10 | 3 | 112 | 104 |
| Binary | 11101010 | 1110111 | 1110001 | 0 | 110001 | 110100 | 1000 | 11 | 1001010 | 1000100 |
Color Harmonies of #EA7771
Complementary color
Monochromatic Colors of #EA7771
Black with #EA7771
Text Example
Text Example
White with #EA7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7771; }
p { color: rgb(234,119,113); }
H1.HeaderClassName
{
color: #EA7771;
}
.AnyTagClassName
{
color: #EA7771;
}
</style>
background-color css
<style>
a { background-color: #EA7771; }
a { background-color: rgb(234,119,113); }
div.DivClassName
{
background-color: #EA7771;
}
.BgClassName
{
background-color: #EA7771;
}
</style>
border-color css
<style>
span { border-color: #EA7771; }
span { border-color: rgb(234,119,113); }
td.TdClassName
{
border-color: #EA7771;
}
.TagClassName
{
border-color: #EA7771;
}
</style>