Shades of Geraldine #EE7268
Tints of Geraldine #EE7268
RGB
CMYK
RGB Variations
Color information
#EE7268 (or 0xEE7268) is known color: Geraldine. HEX triplet: EE, 72 and 68. RGB value is (238,114,104). Sum of RGB (Red+Green+Blue) = 238+114+104=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7268 is #118D97. Grayscale: #969696. Windows color (decimal): -1150360 or 6845166. OLE color: 6845166.
HSL color Cylindrical-coordinate representation of color #EE7268: hue angle of 4.48º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7268 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 104 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.07 |
| HSL | 4.48º | 0.8% | 0.67% | - |
| HSV(B) | 4.48º | 0.56% | 0.93% | - |
| XYZ | 43.78 | 31.21 | 16.81 | - |
| YUV | 149.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 104 | 0 | 0.52 | 0.56 | 0.07 | 4.48 | 0.8 | 0.67 |
| Hex | EE | 72 | 68 | 0 | 34 | 38 | 7 | 4 | 50 | 43 |
| Octal | 356 | 162 | 150 | 0 | 64 | 70 | 7 | 4 | 120 | 103 |
| Binary | 11101110 | 1110010 | 1101000 | 0 | 110100 | 111000 | 111 | 100 | 1010000 | 1000011 |
Color Harmonies of #EE7268
Complementary color
Monochromatic Colors of #EE7268
Black with #EE7268
Text Example
Text Example
White with #EE7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7268; }
p { color: rgb(238,114,104); }
H1.HeaderClassName
{
color: #EE7268;
}
.AnyTagClassName
{
color: #EE7268;
}
</style>
background-color css
<style>
a { background-color: #EE7268; }
a { background-color: rgb(238,114,104); }
div.DivClassName
{
background-color: #EE7268;
}
.BgClassName
{
background-color: #EE7268;
}
</style>
border-color css
<style>
span { border-color: #EE7268; }
span { border-color: rgb(238,114,104); }
td.TdClassName
{
border-color: #EE7268;
}
.TagClassName
{
border-color: #EE7268;
}
</style>