Shades of Geraldine #E8716F
Tints of Geraldine #E8716F
RGB
CMYK
RGB Variations
Color information
#E8716F (or 0xE8716F) is known color: Geraldine. HEX triplet: E8, 71 and 6F. RGB value is (232,113,111). Sum of RGB (Red+Green+Blue) = 232+113+111=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8716F is #178E90. Grayscale: #949494. Windows color (decimal): -1543825 or 7303656. OLE color: 7303656.
HSL color Cylindrical-coordinate representation of color #E8716F: hue angle of 0.99º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8716F is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 111 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.09 |
| HSL | 0.99º | 0.72% | 0.67% | - |
| HSV(B) | 0.99º | 0.52% | 0.91% | - |
| XYZ | 42.05 | 30.11 | 18.64 | - |
| YUV | 148.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 111 | 0 | 0.51 | 0.52 | 0.09 | 0.99 | 0.72 | 0.67 |
| Hex | E8 | 71 | 6F | 0 | 33 | 34 | 9 | 1 | 48 | 43 |
| Octal | 350 | 161 | 157 | 0 | 63 | 64 | 11 | 1 | 110 | 103 |
| Binary | 11101000 | 1110001 | 1101111 | 0 | 110011 | 110100 | 1001 | 1 | 1001000 | 1000011 |
Color Harmonies of #E8716F
Complementary color
Monochromatic Colors of #E8716F
Black with #E8716F
Text Example
Text Example
White with #E8716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8716F; }
p { color: rgb(232,113,111); }
H1.HeaderClassName
{
color: #E8716F;
}
.AnyTagClassName
{
color: #E8716F;
}
</style>
background-color css
<style>
a { background-color: #E8716F; }
a { background-color: rgb(232,113,111); }
div.DivClassName
{
background-color: #E8716F;
}
.BgClassName
{
background-color: #E8716F;
}
</style>
border-color css
<style>
span { border-color: #E8716F; }
span { border-color: rgb(232,113,111); }
td.TdClassName
{
border-color: #E8716F;
}
.TagClassName
{
border-color: #E8716F;
}
</style>