Shades of Geraldine #E1756E
Tints of Geraldine #E1756E
RGB
CMYK
RGB Variations
Color information
#E1756E (or 0xE1756E) is known color: Geraldine. HEX triplet: E1, 75 and 6E. RGB value is (225,117,110). Sum of RGB (Red+Green+Blue) = 225+117+110=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1756E is #1E8A91. Grayscale: #949494. Windows color (decimal): -2001554 or 7239137. OLE color: 7239137.
HSL color Cylindrical-coordinate representation of color #E1756E: hue angle of 3.65º 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 #E1756E is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 110 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.12 |
| HSL | 3.65º | 0.66% | 0.66% | - |
| HSV(B) | 3.65º | 0.51% | 0.88% | - |
| XYZ | 40.23 | 29.86 | 18.39 | - |
| YUV | 148.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 110 | 0 | 0.48 | 0.51 | 0.12 | 3.65 | 0.66 | 0.66 |
| Hex | E1 | 75 | 6E | 0 | 30 | 33 | C | 4 | 42 | 42 |
| Octal | 341 | 165 | 156 | 0 | 60 | 63 | 14 | 4 | 102 | 102 |
| Binary | 11100001 | 1110101 | 1101110 | 0 | 110000 | 110011 | 1100 | 100 | 1000010 | 1000010 |
Color Harmonies of #E1756E
Complementary color
Monochromatic Colors of #E1756E
Black with #E1756E
Text Example
Text Example
White with #E1756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1756E; }
p { color: rgb(225,117,110); }
H1.HeaderClassName
{
color: #E1756E;
}
.AnyTagClassName
{
color: #E1756E;
}
</style>
background-color css
<style>
a { background-color: #E1756E; }
a { background-color: rgb(225,117,110); }
div.DivClassName
{
background-color: #E1756E;
}
.BgClassName
{
background-color: #E1756E;
}
</style>
border-color css
<style>
span { border-color: #E1756E; }
span { border-color: rgb(225,117,110); }
td.TdClassName
{
border-color: #E1756E;
}
.TagClassName
{
border-color: #E1756E;
}
</style>