Shades of Geraldine #E1776F
Tints of Geraldine #E1776F
RGB
CMYK
RGB Variations
Color information
#E1776F (or 0xE1776F) is known color: Geraldine. HEX triplet: E1, 77 and 6F. RGB value is (225,119,111). Sum of RGB (Red+Green+Blue) = 225+119+111=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1776F is #1E8890. Grayscale: #959595. Windows color (decimal): -2001041 or 7305185. OLE color: 7305185.
HSL color Cylindrical-coordinate representation of color #E1776F: hue angle of 4.21º 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 #E1776F is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 111 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.12 |
| HSL | 4.21º | 0.66% | 0.66% | - |
| HSV(B) | 4.21º | 0.51% | 0.88% | - |
| XYZ | 40.52 | 30.35 | 18.76 | - |
| YUV | 149.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 111 | 0 | 0.47 | 0.51 | 0.12 | 4.21 | 0.66 | 0.66 |
| Hex | E1 | 77 | 6F | 0 | 2F | 33 | C | 4 | 42 | 42 |
| Octal | 341 | 167 | 157 | 0 | 57 | 63 | 14 | 4 | 102 | 102 |
| Binary | 11100001 | 1110111 | 1101111 | 0 | 101111 | 110011 | 1100 | 100 | 1000010 | 1000010 |
Color Harmonies of #E1776F
Complementary color
Monochromatic Colors of #E1776F
Black with #E1776F
Text Example
Text Example
White with #E1776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1776F; }
p { color: rgb(225,119,111); }
H1.HeaderClassName
{
color: #E1776F;
}
.AnyTagClassName
{
color: #E1776F;
}
</style>
background-color css
<style>
a { background-color: #E1776F; }
a { background-color: rgb(225,119,111); }
div.DivClassName
{
background-color: #E1776F;
}
.BgClassName
{
background-color: #E1776F;
}
</style>
border-color css
<style>
span { border-color: #E1776F; }
span { border-color: rgb(225,119,111); }
td.TdClassName
{
border-color: #E1776F;
}
.TagClassName
{
border-color: #E1776F;
}
</style>