Shades of Geraldine #E1766B
Tints of Geraldine #E1766B
RGB
CMYK
RGB Variations
Color information
#E1766B (or 0xE1766B) is known color: Geraldine. HEX triplet: E1, 76 and 6B. RGB value is (225,118,107). Sum of RGB (Red+Green+Blue) = 225+118+107=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1766B is #1E8994. Grayscale: #949494. Windows color (decimal): -2001301 or 7042785. OLE color: 7042785.
HSL color Cylindrical-coordinate representation of color #E1766B: hue angle of 5.59º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1766B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 107 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.12 |
| HSL | 5.59º | 0.66% | 0.65% | - |
| HSV(B) | 5.59º | 0.52% | 0.88% | - |
| XYZ | 40.18 | 30.03 | 17.59 | - |
| YUV | 148.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 107 | 0 | 0.48 | 0.52 | 0.12 | 5.59 | 0.66 | 0.65 |
| Hex | E1 | 76 | 6B | 0 | 30 | 34 | C | 6 | 42 | 41 |
| Octal | 341 | 166 | 153 | 0 | 60 | 64 | 14 | 6 | 102 | 101 |
| Binary | 11100001 | 1110110 | 1101011 | 0 | 110000 | 110100 | 1100 | 110 | 1000010 | 1000001 |
Color Harmonies of #E1766B
Complementary color
Monochromatic Colors of #E1766B
Black with #E1766B
Text Example
Text Example
White with #E1766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1766B; }
p { color: rgb(225,118,107); }
H1.HeaderClassName
{
color: #E1766B;
}
.AnyTagClassName
{
color: #E1766B;
}
</style>
background-color css
<style>
a { background-color: #E1766B; }
a { background-color: rgb(225,118,107); }
div.DivClassName
{
background-color: #E1766B;
}
.BgClassName
{
background-color: #E1766B;
}
</style>
border-color css
<style>
span { border-color: #E1766B; }
span { border-color: rgb(225,118,107); }
td.TdClassName
{
border-color: #E1766B;
}
.TagClassName
{
border-color: #E1766B;
}
</style>