Shades of Geraldine #E37F74
Tints of Geraldine #E37F74
RGB
CMYK
RGB Variations
Color information
#E37F74 (or 0xE37F74) is known color: Geraldine. HEX triplet: E3, 7F and 74. RGB value is (227,127,116). Sum of RGB (Red+Green+Blue) = 227+127+116=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37F74 is #1C808B. Grayscale: #9B9B9B. Windows color (decimal): -1867916 or 7634915. OLE color: 7634915.
HSL color Cylindrical-coordinate representation of color #E37F74: hue angle of 5.95º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E37F74 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 116 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.11 |
| HSL | 5.95º | 0.66% | 0.67% | - |
| HSV(B) | 5.95º | 0.49% | 0.89% | - |
| XYZ | 42.42 | 32.77 | 20.61 | - |
| YUV | 155.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 116 | 0 | 0.44 | 0.49 | 0.11 | 5.95 | 0.66 | 0.67 |
| Hex | E3 | 7F | 74 | 0 | 2C | 31 | B | 6 | 42 | 43 |
| Octal | 343 | 177 | 164 | 0 | 54 | 61 | 13 | 6 | 102 | 103 |
| Binary | 11100011 | 1111111 | 1110100 | 0 | 101100 | 110001 | 1011 | 110 | 1000010 | 1000011 |
Color Harmonies of #E37F74
Complementary color
Monochromatic Colors of #E37F74
Black with #E37F74
Text Example
Text Example
White with #E37F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37F74; }
p { color: rgb(227,127,116); }
H1.HeaderClassName
{
color: #E37F74;
}
.AnyTagClassName
{
color: #E37F74;
}
</style>
background-color css
<style>
a { background-color: #E37F74; }
a { background-color: rgb(227,127,116); }
div.DivClassName
{
background-color: #E37F74;
}
.BgClassName
{
background-color: #E37F74;
}
</style>
border-color css
<style>
span { border-color: #E37F74; }
span { border-color: rgb(227,127,116); }
td.TdClassName
{
border-color: #E37F74;
}
.TagClassName
{
border-color: #E37F74;
}
</style>