Shades of Geraldine #E37B76
Tints of Geraldine #E37B76
RGB
CMYK
RGB Variations
Color information
#E37B76 (or 0xE37B76) is known color: Geraldine. HEX triplet: E3, 7B and 76. RGB value is (227,123,118). Sum of RGB (Red+Green+Blue) = 227+123+118=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E37B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37B76 is #1C8489. Grayscale: #999999. Windows color (decimal): -1868938 or 7764963. OLE color: 7764963.
HSL color Cylindrical-coordinate representation of color #E37B76: hue angle of 2.75º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E37B76 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 118 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.11 |
| HSL | 2.75º | 0.66% | 0.68% | - |
| HSV(B) | 2.75º | 0.48% | 0.89% | - |
| XYZ | 42.03 | 31.8 | 21.06 | - |
| YUV | 153.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 118 | 0 | 0.46 | 0.48 | 0.11 | 2.75 | 0.66 | 0.68 |
| Hex | E3 | 7B | 76 | 0 | 2E | 30 | B | 3 | 42 | 44 |
| Octal | 343 | 173 | 166 | 0 | 56 | 60 | 13 | 3 | 102 | 104 |
| Binary | 11100011 | 1111011 | 1110110 | 0 | 101110 | 110000 | 1011 | 11 | 1000010 | 1000100 |
Color Harmonies of #E37B76
Complementary color
Monochromatic Colors of #E37B76
Black with #E37B76
Text Example
Text Example
White with #E37B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37B76; }
p { color: rgb(227,123,118); }
H1.HeaderClassName
{
color: #E37B76;
}
.AnyTagClassName
{
color: #E37B76;
}
</style>
background-color css
<style>
a { background-color: #E37B76; }
a { background-color: rgb(227,123,118); }
div.DivClassName
{
background-color: #E37B76;
}
.BgClassName
{
background-color: #E37B76;
}
</style>
border-color css
<style>
span { border-color: #E37B76; }
span { border-color: rgb(227,123,118); }
td.TdClassName
{
border-color: #E37B76;
}
.TagClassName
{
border-color: #E37B76;
}
</style>