Shades of Geraldine #E07878
Tints of Geraldine #E07878
RGB
CMYK
RGB Variations
Color information
#E07878 (or 0xE07878) is known color: Geraldine. HEX triplet: E0, 78 and 78. RGB value is (224,120,120). Sum of RGB (Red+Green+Blue) = 224+120+120=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E07878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07878 is #1F8787. Grayscale: #979797. Windows color (decimal): -2066312 or 7895264. OLE color: 7895264.
HSL color Cylindrical-coordinate representation of color #E07878: hue angle of 0º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07878 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 120 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.12 |
| HSL | 0º | 0.63% | 0.67% | - |
| HSV(B) | 0º | 0.46% | 0.88% | - |
| XYZ | 40.85 | 30.64 | 21.53 | - |
| YUV | 151.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 120 | 0 | 0.46 | 0.46 | 0.12 | 0 | 0.63 | 0.67 |
| Hex | E0 | 78 | 78 | 0 | 2E | 2E | C | 0 | 3F | 43 |
| Octal | 340 | 170 | 170 | 0 | 56 | 56 | 14 | 0 | 77 | 103 |
| Binary | 11100000 | 1111000 | 1111000 | 0 | 101110 | 101110 | 1100 | 0 | 111111 | 1000011 |
Color Harmonies of #E07878
Complementary color
Monochromatic Colors of #E07878
Black with #E07878
Text Example
Text Example
White with #E07878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07878; }
p { color: rgb(224,120,120); }
H1.HeaderClassName
{
color: #E07878;
}
.AnyTagClassName
{
color: #E07878;
}
</style>
background-color css
<style>
a { background-color: #E07878; }
a { background-color: rgb(224,120,120); }
div.DivClassName
{
background-color: #E07878;
}
.BgClassName
{
background-color: #E07878;
}
</style>
border-color css
<style>
span { border-color: #E07878; }
span { border-color: rgb(224,120,120); }
td.TdClassName
{
border-color: #E07878;
}
.TagClassName
{
border-color: #E07878;
}
</style>