Shades of Geraldine #E07C79
Tints of Geraldine #E07C79
RGB
CMYK
RGB Variations
Color information
#E07C79 (or 0xE07C79) is known color: Geraldine. HEX triplet: E0, 7C and 79. RGB value is (224,124,121). Sum of RGB (Red+Green+Blue) = 224+124+121=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C79 is #1F8386. Grayscale: #999999. Windows color (decimal): -2065287 or 7961824. OLE color: 7961824.
HSL color Cylindrical-coordinate representation of color #E07C79: hue angle of 1.75º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07C79 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 121 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.12 |
| HSL | 1.75º | 0.62% | 0.68% | - |
| HSV(B) | 1.75º | 0.46% | 0.88% | - |
| XYZ | 41.4 | 31.64 | 22.01 | - |
| YUV | 153.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 121 | 0 | 0.45 | 0.46 | 0.12 | 1.75 | 0.62 | 0.68 |
| Hex | E0 | 7C | 79 | 0 | 2D | 2E | C | 2 | 3E | 44 |
| Octal | 340 | 174 | 171 | 0 | 55 | 56 | 14 | 2 | 76 | 104 |
| Binary | 11100000 | 1111100 | 1111001 | 0 | 101101 | 101110 | 1100 | 10 | 111110 | 1000100 |
Color Harmonies of #E07C79
Complementary color
Monochromatic Colors of #E07C79
Black with #E07C79
Text Example
Text Example
White with #E07C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C79; }
p { color: rgb(224,124,121); }
H1.HeaderClassName
{
color: #E07C79;
}
.AnyTagClassName
{
color: #E07C79;
}
</style>
background-color css
<style>
a { background-color: #E07C79; }
a { background-color: rgb(224,124,121); }
div.DivClassName
{
background-color: #E07C79;
}
.BgClassName
{
background-color: #E07C79;
}
</style>
border-color css
<style>
span { border-color: #E07C79; }
span { border-color: rgb(224,124,121); }
td.TdClassName
{
border-color: #E07C79;
}
.TagClassName
{
border-color: #E07C79;
}
</style>