Shades of Geraldine #EE6E6C
Tints of Geraldine #EE6E6C
RGB
CMYK
RGB Variations
Color information
#EE6E6C (or 0xEE6E6C) is known color: Geraldine. HEX triplet: EE, 6E and 6C. RGB value is (238,110,108). Sum of RGB (Red+Green+Blue) = 238+110+108=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E6C is #119193. Grayscale: #949494. Windows color (decimal): -1151380 or 7106286. OLE color: 7106286.
HSL color Cylindrical-coordinate representation of color #EE6E6C: hue angle of 0.92º 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 #EE6E6C is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 108 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.07 |
| HSL | 0.92º | 0.79% | 0.68% | - |
| HSV(B) | 0.92º | 0.55% | 0.93% | - |
| XYZ | 43.54 | 30.41 | 17.76 | - |
| YUV | 148.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 108 | 0 | 0.54 | 0.55 | 0.07 | 0.92 | 0.79 | 0.68 |
| Hex | EE | 6E | 6C | 0 | 36 | 37 | 7 | 1 | 4F | 44 |
| Octal | 356 | 156 | 154 | 0 | 66 | 67 | 7 | 1 | 117 | 104 |
| Binary | 11101110 | 1101110 | 1101100 | 0 | 110110 | 110111 | 111 | 1 | 1001111 | 1000100 |
Color Harmonies of #EE6E6C
Complementary color
Monochromatic Colors of #EE6E6C
Black with #EE6E6C
Text Example
Text Example
White with #EE6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6E6C; }
p { color: rgb(238,110,108); }
H1.HeaderClassName
{
color: #EE6E6C;
}
.AnyTagClassName
{
color: #EE6E6C;
}
</style>
background-color css
<style>
a { background-color: #EE6E6C; }
a { background-color: rgb(238,110,108); }
div.DivClassName
{
background-color: #EE6E6C;
}
.BgClassName
{
background-color: #EE6E6C;
}
</style>
border-color css
<style>
span { border-color: #EE6E6C; }
span { border-color: rgb(238,110,108); }
td.TdClassName
{
border-color: #EE6E6C;
}
.TagClassName
{
border-color: #EE6E6C;
}
</style>