Shades of Geraldine #E17B7A
Tints of Geraldine #E17B7A
RGB
CMYK
RGB Variations
Color information
#E17B7A (or 0xE17B7A) is known color: Geraldine. HEX triplet: E1, 7B and 7A. RGB value is (225,123,122). Sum of RGB (Red+Green+Blue) = 225+123+122=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17B7A is #1E8485. Grayscale: #999999. Windows color (decimal): -2000006 or 8027105. OLE color: 8027105.
HSL color Cylindrical-coordinate representation of color #E17B7A: hue angle of 0.58º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17B7A is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 122 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.12 |
| HSL | 0.58º | 0.63% | 0.68% | - |
| HSV(B) | 0.58º | 0.46% | 0.88% | - |
| XYZ | 41.65 | 31.58 | 22.31 | - |
| YUV | 153.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 122 | 0 | 0.45 | 0.46 | 0.12 | 0.58 | 0.63 | 0.68 |
| Hex | E1 | 7B | 7A | 0 | 2D | 2E | C | 1 | 3F | 44 |
| Octal | 341 | 173 | 172 | 0 | 55 | 56 | 14 | 1 | 77 | 104 |
| Binary | 11100001 | 1111011 | 1111010 | 0 | 101101 | 101110 | 1100 | 1 | 111111 | 1000100 |
Color Harmonies of #E17B7A
Complementary color
Monochromatic Colors of #E17B7A
Black with #E17B7A
Text Example
Text Example
White with #E17B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B7A; }
p { color: rgb(225,123,122); }
H1.HeaderClassName
{
color: #E17B7A;
}
.AnyTagClassName
{
color: #E17B7A;
}
</style>
background-color css
<style>
a { background-color: #E17B7A; }
a { background-color: rgb(225,123,122); }
div.DivClassName
{
background-color: #E17B7A;
}
.BgClassName
{
background-color: #E17B7A;
}
</style>
border-color css
<style>
span { border-color: #E17B7A; }
span { border-color: rgb(225,123,122); }
td.TdClassName
{
border-color: #E17B7A;
}
.TagClassName
{
border-color: #E17B7A;
}
</style>