Shades of Geraldine #E07470
Tints of Geraldine #E07470
RGB
CMYK
RGB Variations
Color information
#E07470 (or 0xE07470) is known color: Geraldine. HEX triplet: E0, 74 and 70. RGB value is (224,116,112). Sum of RGB (Red+Green+Blue) = 224+116+112=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E07470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07470 is #1F8B8F. Grayscale: #939393. Windows color (decimal): -2067344 or 7369952. OLE color: 7369952.
HSL color Cylindrical-coordinate representation of color #E07470: hue angle of 2.14º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07470 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 112 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.12 |
| HSL | 2.14º | 0.64% | 0.66% | - |
| HSV(B) | 2.14º | 0.5% | 0.88% | - |
| XYZ | 39.91 | 29.51 | 18.92 | - |
| YUV | 147.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 112 | 0 | 0.48 | 0.50 | 0.12 | 2.14 | 0.64 | 0.66 |
| Hex | E0 | 74 | 70 | 0 | 30 | 32 | C | 2 | 40 | 42 |
| Octal | 340 | 164 | 160 | 0 | 60 | 62 | 14 | 2 | 100 | 102 |
| Binary | 11100000 | 1110100 | 1110000 | 0 | 110000 | 110010 | 1100 | 10 | 1000000 | 1000010 |
Color Harmonies of #E07470
Complementary color
Monochromatic Colors of #E07470
Black with #E07470
Text Example
Text Example
White with #E07470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07470; }
p { color: rgb(224,116,112); }
H1.HeaderClassName
{
color: #E07470;
}
.AnyTagClassName
{
color: #E07470;
}
</style>
background-color css
<style>
a { background-color: #E07470; }
a { background-color: rgb(224,116,112); }
div.DivClassName
{
background-color: #E07470;
}
.BgClassName
{
background-color: #E07470;
}
</style>
border-color css
<style>
span { border-color: #E07470; }
span { border-color: rgb(224,116,112); }
td.TdClassName
{
border-color: #E07470;
}
.TagClassName
{
border-color: #E07470;
}
</style>