Shades of Geraldine #E37171
Tints of Geraldine #E37171
RGB
CMYK
RGB Variations
Color information
#E37171 (or 0xE37171) is known color: Geraldine. HEX triplet: E3, 71 and 71. RGB value is (227,113,113). Sum of RGB (Red+Green+Blue) = 227+113+113=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E37171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37171 is #1C8E8E. Grayscale: #939393. Windows color (decimal): -1871503 or 7434723. OLE color: 7434723.
HSL color Cylindrical-coordinate representation of color #E37171: hue angle of 0º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E37171 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 113 | 113 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.11 |
| HSL | 0º | 0.67% | 0.67% | - |
| HSV(B) | 0º | 0.5% | 0.89% | - |
| XYZ | 40.56 | 29.33 | 19.15 | - |
| YUV | 147.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 113 | 113 | 0 | 0.50 | 0.50 | 0.11 | 0 | 0.67 | 0.67 |
| Hex | E3 | 71 | 71 | 0 | 32 | 32 | B | 0 | 43 | 43 |
| Octal | 343 | 161 | 161 | 0 | 62 | 62 | 13 | 0 | 103 | 103 |
| Binary | 11100011 | 1110001 | 1110001 | 0 | 110010 | 110010 | 1011 | 0 | 1000011 | 1000011 |
Color Harmonies of #E37171
Complementary color
Monochromatic Colors of #E37171
Black with #E37171
Text Example
Text Example
White with #E37171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37171; }
p { color: rgb(227,113,113); }
H1.HeaderClassName
{
color: #E37171;
}
.AnyTagClassName
{
color: #E37171;
}
</style>
background-color css
<style>
a { background-color: #E37171; }
a { background-color: rgb(227,113,113); }
div.DivClassName
{
background-color: #E37171;
}
.BgClassName
{
background-color: #E37171;
}
</style>
border-color css
<style>
span { border-color: #E37171; }
span { border-color: rgb(227,113,113); }
td.TdClassName
{
border-color: #E37171;
}
.TagClassName
{
border-color: #E37171;
}
</style>