Shades of Geraldine #EE7B70
Tints of Geraldine #EE7B70
RGB
CMYK
RGB Variations
Color information
#EE7B70 (or 0xEE7B70) is known color: Geraldine. HEX triplet: EE, 7B and 70. RGB value is (238,123,112). Sum of RGB (Red+Green+Blue) = 238+123+112=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B70 is #11848F. Grayscale: #9C9C9C. Windows color (decimal): -1148048 or 7371758. OLE color: 7371758.
HSL color Cylindrical-coordinate representation of color #EE7B70: hue angle of 5.24º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE7B70 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 112 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.07 |
| HSL | 5.24º | 0.79% | 0.69% | - |
| HSV(B) | 5.24º | 0.53% | 0.93% | - |
| XYZ | 45.27 | 33.51 | 19.41 | - |
| YUV | 156.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 112 | 0 | 0.48 | 0.53 | 0.07 | 5.24 | 0.79 | 0.69 |
| Hex | EE | 7B | 70 | 0 | 30 | 35 | 7 | 5 | 4F | 45 |
| Octal | 356 | 173 | 160 | 0 | 60 | 65 | 7 | 5 | 117 | 105 |
| Binary | 11101110 | 1111011 | 1110000 | 0 | 110000 | 110101 | 111 | 101 | 1001111 | 1000101 |
Color Harmonies of #EE7B70
Complementary color
Monochromatic Colors of #EE7B70
Black with #EE7B70
Text Example
Text Example
White with #EE7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7B70; }
p { color: rgb(238,123,112); }
H1.HeaderClassName
{
color: #EE7B70;
}
.AnyTagClassName
{
color: #EE7B70;
}
</style>
background-color css
<style>
a { background-color: #EE7B70; }
a { background-color: rgb(238,123,112); }
div.DivClassName
{
background-color: #EE7B70;
}
.BgClassName
{
background-color: #EE7B70;
}
</style>
border-color css
<style>
span { border-color: #EE7B70; }
span { border-color: rgb(238,123,112); }
td.TdClassName
{
border-color: #EE7B70;
}
.TagClassName
{
border-color: #EE7B70;
}
</style>