Shades of Geraldine #E6716C
Tints of Geraldine #E6716C
RGB
CMYK
RGB Variations
Color information
#E6716C (or 0xE6716C) is known color: Geraldine. HEX triplet: E6, 71 and 6C. RGB value is (230,113,108). Sum of RGB (Red+Green+Blue) = 230+113+108=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6716C is #198E93. Grayscale: #939393. Windows color (decimal): -1674900 or 7107046. OLE color: 7107046.
HSL color Cylindrical-coordinate representation of color #E6716C: hue angle of 2.46º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6716C is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 108 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.10 |
| HSL | 2.46º | 0.71% | 0.66% | - |
| HSV(B) | 2.46º | 0.53% | 0.9% | - |
| XYZ | 41.25 | 29.72 | 17.75 | - |
| YUV | 147.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 108 | 0 | 0.51 | 0.53 | 0.10 | 2.46 | 0.71 | 0.66 |
| Hex | E6 | 71 | 6C | 0 | 33 | 35 | A | 2 | 47 | 42 |
| Octal | 346 | 161 | 154 | 0 | 63 | 65 | 12 | 2 | 107 | 102 |
| Binary | 11100110 | 1110001 | 1101100 | 0 | 110011 | 110101 | 1010 | 10 | 1000111 | 1000010 |
Color Harmonies of #E6716C
Complementary color
Monochromatic Colors of #E6716C
Black with #E6716C
Text Example
Text Example
White with #E6716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6716C; }
p { color: rgb(230,113,108); }
H1.HeaderClassName
{
color: #E6716C;
}
.AnyTagClassName
{
color: #E6716C;
}
</style>
background-color css
<style>
a { background-color: #E6716C; }
a { background-color: rgb(230,113,108); }
div.DivClassName
{
background-color: #E6716C;
}
.BgClassName
{
background-color: #E6716C;
}
</style>
border-color css
<style>
span { border-color: #E6716C; }
span { border-color: rgb(230,113,108); }
td.TdClassName
{
border-color: #E6716C;
}
.TagClassName
{
border-color: #E6716C;
}
</style>