Shades of Geraldine #EE716E
Tints of Geraldine #EE716E
RGB
CMYK
RGB Variations
Color information
#EE716E (or 0xEE716E) is known color: Geraldine. HEX triplet: EE, 71 and 6E. RGB value is (238,113,110). Sum of RGB (Red+Green+Blue) = 238+113+110=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE716E is #118E91. Grayscale: #969696. Windows color (decimal): -1150610 or 7238126. OLE color: 7238126.
HSL color Cylindrical-coordinate representation of color #EE716E: hue angle of 1.41º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE716E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 110 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.07 |
| HSL | 1.41º | 0.79% | 0.68% | - |
| HSV(B) | 1.41º | 0.54% | 0.93% | - |
| XYZ | 43.98 | 31.11 | 18.44 | - |
| YUV | 150.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 110 | 0 | 0.53 | 0.54 | 0.07 | 1.41 | 0.79 | 0.68 |
| Hex | EE | 71 | 6E | 0 | 35 | 36 | 7 | 1 | 4F | 44 |
| Octal | 356 | 161 | 156 | 0 | 65 | 66 | 7 | 1 | 117 | 104 |
| Binary | 11101110 | 1110001 | 1101110 | 0 | 110101 | 110110 | 111 | 1 | 1001111 | 1000100 |
Color Harmonies of #EE716E
Complementary color
Monochromatic Colors of #EE716E
Black with #EE716E
Text Example
Text Example
White with #EE716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE716E; }
p { color: rgb(238,113,110); }
H1.HeaderClassName
{
color: #EE716E;
}
.AnyTagClassName
{
color: #EE716E;
}
</style>
background-color css
<style>
a { background-color: #EE716E; }
a { background-color: rgb(238,113,110); }
div.DivClassName
{
background-color: #EE716E;
}
.BgClassName
{
background-color: #EE716E;
}
</style>
border-color css
<style>
span { border-color: #EE716E; }
span { border-color: rgb(238,113,110); }
td.TdClassName
{
border-color: #EE716E;
}
.TagClassName
{
border-color: #EE716E;
}
</style>