Shades of Geraldine #E07A6E
Tints of Geraldine #E07A6E
RGB
CMYK
RGB Variations
Color information
#E07A6E (or 0xE07A6E) is known color: Geraldine. HEX triplet: E0, 7A and 6E. RGB value is (224,122,110). Sum of RGB (Red+Green+Blue) = 224+122+110=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A6E is #1F8591. Grayscale: #979797. Windows color (decimal): -2065810 or 7240416. OLE color: 7240416.
HSL color Cylindrical-coordinate representation of color #E07A6E: hue angle of 6.32º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E07A6E is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 110 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.12 |
| HSL | 6.32º | 0.65% | 0.65% | - |
| HSV(B) | 6.32º | 0.51% | 0.88% | - |
| XYZ | 40.51 | 30.89 | 18.58 | - |
| YUV | 151.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 110 | 0 | 0.46 | 0.51 | 0.12 | 6.32 | 0.65 | 0.65 |
| Hex | E0 | 7A | 6E | 0 | 2E | 33 | C | 6 | 41 | 41 |
| Octal | 340 | 172 | 156 | 0 | 56 | 63 | 14 | 6 | 101 | 101 |
| Binary | 11100000 | 1111010 | 1101110 | 0 | 101110 | 110011 | 1100 | 110 | 1000001 | 1000001 |
Color Harmonies of #E07A6E
Complementary color
Monochromatic Colors of #E07A6E
Black with #E07A6E
Text Example
Text Example
White with #E07A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A6E; }
p { color: rgb(224,122,110); }
H1.HeaderClassName
{
color: #E07A6E;
}
.AnyTagClassName
{
color: #E07A6E;
}
</style>
background-color css
<style>
a { background-color: #E07A6E; }
a { background-color: rgb(224,122,110); }
div.DivClassName
{
background-color: #E07A6E;
}
.BgClassName
{
background-color: #E07A6E;
}
</style>
border-color css
<style>
span { border-color: #E07A6E; }
span { border-color: rgb(224,122,110); }
td.TdClassName
{
border-color: #E07A6E;
}
.TagClassName
{
border-color: #E07A6E;
}
</style>