Shades of Geraldine #E37669
Tints of Geraldine #E37669
RGB
CMYK
RGB Variations
Color information
#E37669 (or 0xE37669) is known color: Geraldine. HEX triplet: E3, 76 and 69. RGB value is (227,118,105). Sum of RGB (Red+Green+Blue) = 227+118+105=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E37669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37669 is #1C8996. Grayscale: #959595. Windows color (decimal): -1870231 or 6911715. OLE color: 6911715.
HSL color Cylindrical-coordinate representation of color #E37669: hue angle of 6.39º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E37669 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 105 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.11 |
| HSL | 6.39º | 0.69% | 0.65% | - |
| HSV(B) | 6.39º | 0.54% | 0.89% | - |
| XYZ | 40.71 | 30.31 | 17.07 | - |
| YUV | 149.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 105 | 0 | 0.48 | 0.54 | 0.11 | 6.39 | 0.69 | 0.65 |
| Hex | E3 | 76 | 69 | 0 | 30 | 36 | B | 6 | 45 | 41 |
| Octal | 343 | 166 | 151 | 0 | 60 | 66 | 13 | 6 | 105 | 101 |
| Binary | 11100011 | 1110110 | 1101001 | 0 | 110000 | 110110 | 1011 | 110 | 1000101 | 1000001 |
Color Harmonies of #E37669
Complementary color
Monochromatic Colors of #E37669
Black with #E37669
Text Example
Text Example
White with #E37669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37669; }
p { color: rgb(227,118,105); }
H1.HeaderClassName
{
color: #E37669;
}
.AnyTagClassName
{
color: #E37669;
}
</style>
background-color css
<style>
a { background-color: #E37669; }
a { background-color: rgb(227,118,105); }
div.DivClassName
{
background-color: #E37669;
}
.BgClassName
{
background-color: #E37669;
}
</style>
border-color css
<style>
span { border-color: #E37669; }
span { border-color: rgb(227,118,105); }
td.TdClassName
{
border-color: #E37669;
}
.TagClassName
{
border-color: #E37669;
}
</style>