Shades of Geraldine #EE716C
Tints of Geraldine #EE716C
RGB
CMYK
RGB Variations
Color information
#EE716C (or 0xEE716C) is known color: Geraldine. HEX triplet: EE, 71 and 6C. RGB value is (238,113,108). Sum of RGB (Red+Green+Blue) = 238+113+108=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE716C is #118E93. Grayscale: #959595. Windows color (decimal): -1150612 or 7107054. OLE color: 7107054.
HSL color Cylindrical-coordinate representation of color #EE716C: hue angle of 2.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE716C is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 108 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.07 |
| HSL | 2.31º | 0.79% | 0.68% | - |
| HSV(B) | 2.31º | 0.55% | 0.93% | - |
| XYZ | 43.87 | 31.07 | 17.87 | - |
| YUV | 149.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 108 | 0 | 0.53 | 0.55 | 0.07 | 2.31 | 0.79 | 0.68 |
| Hex | EE | 71 | 6C | 0 | 35 | 37 | 7 | 2 | 4F | 44 |
| Octal | 356 | 161 | 154 | 0 | 65 | 67 | 7 | 2 | 117 | 104 |
| Binary | 11101110 | 1110001 | 1101100 | 0 | 110101 | 110111 | 111 | 10 | 1001111 | 1000100 |
Color Harmonies of #EE716C
Complementary color
Monochromatic Colors of #EE716C
Black with #EE716C
Text Example
Text Example
White with #EE716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE716C; }
p { color: rgb(238,113,108); }
H1.HeaderClassName
{
color: #EE716C;
}
.AnyTagClassName
{
color: #EE716C;
}
</style>
background-color css
<style>
a { background-color: #EE716C; }
a { background-color: rgb(238,113,108); }
div.DivClassName
{
background-color: #EE716C;
}
.BgClassName
{
background-color: #EE716C;
}
</style>
border-color css
<style>
span { border-color: #EE716C; }
span { border-color: rgb(238,113,108); }
td.TdClassName
{
border-color: #EE716C;
}
.TagClassName
{
border-color: #EE716C;
}
</style>