Shades of Geraldine #E37C78
Tints of Geraldine #E37C78
RGB
CMYK
RGB Variations
Color information
#E37C78 (or 0xE37C78) is known color: Geraldine. HEX triplet: E3, 7C and 78. RGB value is (227,124,120). Sum of RGB (Red+Green+Blue) = 227+124+120=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E37C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37C78 is #1C8387. Grayscale: #9A9A9A. Windows color (decimal): -1868680 or 7896291. OLE color: 7896291.
HSL color Cylindrical-coordinate representation of color #E37C78: hue angle of 2.24º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E37C78 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 120 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.11 |
| HSL | 2.24º | 0.66% | 0.68% | - |
| HSV(B) | 2.24º | 0.47% | 0.89% | - |
| XYZ | 42.28 | 32.1 | 21.74 | - |
| YUV | 154.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 120 | 0 | 0.45 | 0.47 | 0.11 | 2.24 | 0.66 | 0.68 |
| Hex | E3 | 7C | 78 | 0 | 2D | 2F | B | 2 | 42 | 44 |
| Octal | 343 | 174 | 170 | 0 | 55 | 57 | 13 | 2 | 102 | 104 |
| Binary | 11100011 | 1111100 | 1111000 | 0 | 101101 | 101111 | 1011 | 10 | 1000010 | 1000100 |
Color Harmonies of #E37C78
Complementary color
Monochromatic Colors of #E37C78
Black with #E37C78
Text Example
Text Example
White with #E37C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37C78; }
p { color: rgb(227,124,120); }
H1.HeaderClassName
{
color: #E37C78;
}
.AnyTagClassName
{
color: #E37C78;
}
</style>
background-color css
<style>
a { background-color: #E37C78; }
a { background-color: rgb(227,124,120); }
div.DivClassName
{
background-color: #E37C78;
}
.BgClassName
{
background-color: #E37C78;
}
</style>
border-color css
<style>
span { border-color: #E37C78; }
span { border-color: rgb(227,124,120); }
td.TdClassName
{
border-color: #E37C78;
}
.TagClassName
{
border-color: #E37C78;
}
</style>