Shades of Geraldine #EE8173
Tints of Geraldine #EE8173
RGB
CMYK
RGB Variations
Color information
#EE8173 (or 0xEE8173) is known color: Geraldine. HEX triplet: EE, 81 and 73. RGB value is (238,129,115). Sum of RGB (Red+Green+Blue) = 238+129+115=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8173 is #117E8C. Grayscale: #A0A0A0. Windows color (decimal): -1146509 or 7569902. OLE color: 7569902.
HSL color Cylindrical-coordinate representation of color #EE8173: hue angle of 6.83º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE8173 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 115 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.07 |
| HSL | 6.83º | 0.78% | 0.69% | - |
| HSV(B) | 6.83º | 0.52% | 0.93% | - |
| XYZ | 46.2 | 35.12 | 20.56 | - |
| YUV | 160 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 115 | 0 | 0.46 | 0.52 | 0.07 | 6.83 | 0.78 | 0.69 |
| Hex | EE | 81 | 73 | 0 | 2E | 34 | 7 | 7 | 4E | 45 |
| Octal | 356 | 201 | 163 | 0 | 56 | 64 | 7 | 7 | 116 | 105 |
| Binary | 11101110 | 10000001 | 1110011 | 0 | 101110 | 110100 | 111 | 111 | 1001110 | 1000101 |
Color Harmonies of #EE8173
Complementary color
Monochromatic Colors of #EE8173
Black with #EE8173
Text Example
Text Example
White with #EE8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8173; }
p { color: rgb(238,129,115); }
H1.HeaderClassName
{
color: #EE8173;
}
.AnyTagClassName
{
color: #EE8173;
}
</style>
background-color css
<style>
a { background-color: #EE8173; }
a { background-color: rgb(238,129,115); }
div.DivClassName
{
background-color: #EE8173;
}
.BgClassName
{
background-color: #EE8173;
}
</style>
border-color css
<style>
span { border-color: #EE8173; }
span { border-color: rgb(238,129,115); }
td.TdClassName
{
border-color: #EE8173;
}
.TagClassName
{
border-color: #EE8173;
}
</style>