Shades of Geraldine #EE716B
Tints of Geraldine #EE716B
RGB
CMYK
RGB Variations
Color information
#EE716B (or 0xEE716B) is known color: Geraldine. HEX triplet: EE, 71 and 6B. RGB value is (238,113,107). Sum of RGB (Red+Green+Blue) = 238+113+107=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE716B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE716B is #118E94. Grayscale: #959595. Windows color (decimal): -1150613 or 7041518. OLE color: 7041518.
HSL color Cylindrical-coordinate representation of color #EE716B: hue angle of 2.75º 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 #EE716B is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 107 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.07 |
| HSL | 2.75º | 0.79% | 0.68% | - |
| HSV(B) | 2.75º | 0.55% | 0.93% | - |
| XYZ | 43.82 | 31.05 | 17.59 | - |
| YUV | 149.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 107 | 0 | 0.53 | 0.55 | 0.07 | 2.75 | 0.79 | 0.68 |
| Hex | EE | 71 | 6B | 0 | 35 | 37 | 7 | 3 | 4F | 44 |
| Octal | 356 | 161 | 153 | 0 | 65 | 67 | 7 | 3 | 117 | 104 |
| Binary | 11101110 | 1110001 | 1101011 | 0 | 110101 | 110111 | 111 | 11 | 1001111 | 1000100 |
Color Harmonies of #EE716B
Complementary color
Monochromatic Colors of #EE716B
Black with #EE716B
Text Example
Text Example
White with #EE716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE716B; }
p { color: rgb(238,113,107); }
H1.HeaderClassName
{
color: #EE716B;
}
.AnyTagClassName
{
color: #EE716B;
}
</style>
background-color css
<style>
a { background-color: #EE716B; }
a { background-color: rgb(238,113,107); }
div.DivClassName
{
background-color: #EE716B;
}
.BgClassName
{
background-color: #EE716B;
}
</style>
border-color css
<style>
span { border-color: #EE716B; }
span { border-color: rgb(238,113,107); }
td.TdClassName
{
border-color: #EE716B;
}
.TagClassName
{
border-color: #EE716B;
}
</style>