Shades of Geraldine #E1716B
Tints of Geraldine #E1716B
RGB
CMYK
RGB Variations
Color information
#E1716B (or 0xE1716B) is known color: Geraldine. HEX triplet: E1, 71 and 6B. RGB value is (225,113,107). Sum of RGB (Red+Green+Blue) = 225+113+107=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1716B is #1E8E94. Grayscale: #919191. Windows color (decimal): -2002581 or 7041505. OLE color: 7041505.
HSL color Cylindrical-coordinate representation of color #E1716B: hue angle of 3.05º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1716B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 107 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.12 |
| HSL | 3.05º | 0.66% | 0.65% | - |
| HSV(B) | 3.05º | 0.52% | 0.88% | - |
| XYZ | 39.61 | 28.88 | 17.4 | - |
| YUV | 145.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 107 | 0 | 0.50 | 0.52 | 0.12 | 3.05 | 0.66 | 0.65 |
| Hex | E1 | 71 | 6B | 0 | 32 | 34 | C | 3 | 42 | 41 |
| Octal | 341 | 161 | 153 | 0 | 62 | 64 | 14 | 3 | 102 | 101 |
| Binary | 11100001 | 1110001 | 1101011 | 0 | 110010 | 110100 | 1100 | 11 | 1000010 | 1000001 |
Color Harmonies of #E1716B
Complementary color
Monochromatic Colors of #E1716B
Black with #E1716B
Text Example
Text Example
White with #E1716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1716B; }
p { color: rgb(225,113,107); }
H1.HeaderClassName
{
color: #E1716B;
}
.AnyTagClassName
{
color: #E1716B;
}
</style>
background-color css
<style>
a { background-color: #E1716B; }
a { background-color: rgb(225,113,107); }
div.DivClassName
{
background-color: #E1716B;
}
.BgClassName
{
background-color: #E1716B;
}
</style>
border-color css
<style>
span { border-color: #E1716B; }
span { border-color: rgb(225,113,107); }
td.TdClassName
{
border-color: #E1716B;
}
.TagClassName
{
border-color: #E1716B;
}
</style>