Shades of Geraldine #E37571
Tints of Geraldine #E37571
RGB
CMYK
RGB Variations
Color information
#E37571 (or 0xE37571) is known color: Geraldine. HEX triplet: E3, 75 and 71. RGB value is (227,117,113). Sum of RGB (Red+Green+Blue) = 227+117+113=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E37571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37571 is #1C8A8E. Grayscale: #959595. Windows color (decimal): -1870479 or 7435747. OLE color: 7435747.
HSL color Cylindrical-coordinate representation of color #E37571: hue angle of 2.11º 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 #E37571 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 113 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.11 |
| HSL | 2.11º | 0.67% | 0.67% | - |
| HSV(B) | 2.11º | 0.5% | 0.89% | - |
| XYZ | 41.02 | 30.25 | 19.3 | - |
| YUV | 149.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 113 | 0 | 0.48 | 0.50 | 0.11 | 2.11 | 0.67 | 0.67 |
| Hex | E3 | 75 | 71 | 0 | 30 | 32 | B | 2 | 43 | 43 |
| Octal | 343 | 165 | 161 | 0 | 60 | 62 | 13 | 2 | 103 | 103 |
| Binary | 11100011 | 1110101 | 1110001 | 0 | 110000 | 110010 | 1011 | 10 | 1000011 | 1000011 |
Color Harmonies of #E37571
Complementary color
Monochromatic Colors of #E37571
Black with #E37571
Text Example
Text Example
White with #E37571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37571; }
p { color: rgb(227,117,113); }
H1.HeaderClassName
{
color: #E37571;
}
.AnyTagClassName
{
color: #E37571;
}
</style>
background-color css
<style>
a { background-color: #E37571; }
a { background-color: rgb(227,117,113); }
div.DivClassName
{
background-color: #E37571;
}
.BgClassName
{
background-color: #E37571;
}
</style>
border-color css
<style>
span { border-color: #E37571; }
span { border-color: rgb(227,117,113); }
td.TdClassName
{
border-color: #E37571;
}
.TagClassName
{
border-color: #E37571;
}
</style>