Shades of Geraldine #E1716A
Tints of Geraldine #E1716A
RGB
CMYK
RGB Variations
Color information
#E1716A (or 0xE1716A) is known color: Geraldine. HEX triplet: E1, 71 and 6A. RGB value is (225,113,106). Sum of RGB (Red+Green+Blue) = 225+113+106=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1716A is #1E8E95. Grayscale: #919191. Windows color (decimal): -2002582 or 6975969. OLE color: 6975969.
HSL color Cylindrical-coordinate representation of color #E1716A: hue angle of 3.53º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1716A is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 106 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.12 |
| HSL | 3.53º | 0.66% | 0.65% | - |
| HSV(B) | 3.53º | 0.53% | 0.88% | - |
| XYZ | 39.56 | 28.86 | 17.12 | - |
| YUV | 145.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 106 | 0 | 0.50 | 0.53 | 0.12 | 3.53 | 0.66 | 0.65 |
| Hex | E1 | 71 | 6A | 0 | 32 | 35 | C | 4 | 42 | 41 |
| Octal | 341 | 161 | 152 | 0 | 62 | 65 | 14 | 4 | 102 | 101 |
| Binary | 11100001 | 1110001 | 1101010 | 0 | 110010 | 110101 | 1100 | 100 | 1000010 | 1000001 |
Color Harmonies of #E1716A
Complementary color
Monochromatic Colors of #E1716A
Black with #E1716A
Text Example
Text Example
White with #E1716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1716A; }
p { color: rgb(225,113,106); }
H1.HeaderClassName
{
color: #E1716A;
}
.AnyTagClassName
{
color: #E1716A;
}
</style>
background-color css
<style>
a { background-color: #E1716A; }
a { background-color: rgb(225,113,106); }
div.DivClassName
{
background-color: #E1716A;
}
.BgClassName
{
background-color: #E1716A;
}
</style>
border-color css
<style>
span { border-color: #E1716A; }
span { border-color: rgb(225,113,106); }
td.TdClassName
{
border-color: #E1716A;
}
.TagClassName
{
border-color: #E1716A;
}
</style>