Shades of Geraldine #EA7B6E
Tints of Geraldine #EA7B6E
RGB
CMYK
RGB Variations
Color information
#EA7B6E (or 0xEA7B6E) is known color: Geraldine. HEX triplet: EA, 7B and 6E. RGB value is (234,123,110). Sum of RGB (Red+Green+Blue) = 234+123+110=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B6E is #158491. Grayscale: #9A9A9A. Windows color (decimal): -1410194 or 7240682. OLE color: 7240682.
HSL color Cylindrical-coordinate representation of color #EA7B6E: hue angle of 6.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA7B6E is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 110 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.08 |
| HSL | 6.29º | 0.75% | 0.67% | - |
| HSV(B) | 6.29º | 0.53% | 0.92% | - |
| XYZ | 43.83 | 32.78 | 18.77 | - |
| YUV | 154.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 110 | 0 | 0.47 | 0.53 | 0.08 | 6.29 | 0.75 | 0.67 |
| Hex | EA | 7B | 6E | 0 | 2F | 35 | 8 | 6 | 4B | 43 |
| Octal | 352 | 173 | 156 | 0 | 57 | 65 | 10 | 6 | 113 | 103 |
| Binary | 11101010 | 1111011 | 1101110 | 0 | 101111 | 110101 | 1000 | 110 | 1001011 | 1000011 |
Color Harmonies of #EA7B6E
Complementary color
Monochromatic Colors of #EA7B6E
Black with #EA7B6E
Text Example
Text Example
White with #EA7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B6E; }
p { color: rgb(234,123,110); }
H1.HeaderClassName
{
color: #EA7B6E;
}
.AnyTagClassName
{
color: #EA7B6E;
}
</style>
background-color css
<style>
a { background-color: #EA7B6E; }
a { background-color: rgb(234,123,110); }
div.DivClassName
{
background-color: #EA7B6E;
}
.BgClassName
{
background-color: #EA7B6E;
}
</style>
border-color css
<style>
span { border-color: #EA7B6E; }
span { border-color: rgb(234,123,110); }
td.TdClassName
{
border-color: #EA7B6E;
}
.TagClassName
{
border-color: #EA7B6E;
}
</style>