Shades of Geraldine #E1776E
Tints of Geraldine #E1776E
RGB
CMYK
RGB Variations
Color information
#E1776E (or 0xE1776E) is known color: Geraldine. HEX triplet: E1, 77 and 6E. RGB value is (225,119,110). Sum of RGB (Red+Green+Blue) = 225+119+110=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1776E is #1E8891. Grayscale: #959595. Windows color (decimal): -2001042 or 7239649. OLE color: 7239649.
HSL color Cylindrical-coordinate representation of color #E1776E: hue angle of 4.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1776E is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 110 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.12 |
| HSL | 4.7º | 0.66% | 0.66% | - |
| HSV(B) | 4.7º | 0.51% | 0.88% | - |
| XYZ | 40.46 | 30.33 | 18.47 | - |
| YUV | 149.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 110 | 0 | 0.47 | 0.51 | 0.12 | 4.7 | 0.66 | 0.66 |
| Hex | E1 | 77 | 6E | 0 | 2F | 33 | C | 5 | 42 | 42 |
| Octal | 341 | 167 | 156 | 0 | 57 | 63 | 14 | 5 | 102 | 102 |
| Binary | 11100001 | 1110111 | 1101110 | 0 | 101111 | 110011 | 1100 | 101 | 1000010 | 1000010 |
Color Harmonies of #E1776E
Complementary color
Monochromatic Colors of #E1776E
Black with #E1776E
Text Example
Text Example
White with #E1776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1776E; }
p { color: rgb(225,119,110); }
H1.HeaderClassName
{
color: #E1776E;
}
.AnyTagClassName
{
color: #E1776E;
}
</style>
background-color css
<style>
a { background-color: #E1776E; }
a { background-color: rgb(225,119,110); }
div.DivClassName
{
background-color: #E1776E;
}
.BgClassName
{
background-color: #E1776E;
}
</style>
border-color css
<style>
span { border-color: #E1776E; }
span { border-color: rgb(225,119,110); }
td.TdClassName
{
border-color: #E1776E;
}
.TagClassName
{
border-color: #E1776E;
}
</style>