Shades of Geraldine #EE756B
Tints of Geraldine #EE756B
RGB
CMYK
RGB Variations
Color information
#EE756B (or 0xEE756B) is known color: Geraldine. HEX triplet: EE, 75 and 6B. RGB value is (238,117,107). Sum of RGB (Red+Green+Blue) = 238+117+107=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE756B is #118A94. Grayscale: #989898. Windows color (decimal): -1149589 or 7042542. OLE color: 7042542.
HSL color Cylindrical-coordinate representation of color #EE756B: hue angle of 4.58º 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 #EE756B is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 107 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.07 |
| HSL | 4.58º | 0.79% | 0.68% | - |
| HSV(B) | 4.58º | 0.55% | 0.93% | - |
| XYZ | 44.28 | 31.96 | 17.75 | - |
| YUV | 152.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 107 | 0 | 0.51 | 0.55 | 0.07 | 4.58 | 0.79 | 0.68 |
| Hex | EE | 75 | 6B | 0 | 33 | 37 | 7 | 5 | 4F | 44 |
| Octal | 356 | 165 | 153 | 0 | 63 | 67 | 7 | 5 | 117 | 104 |
| Binary | 11101110 | 1110101 | 1101011 | 0 | 110011 | 110111 | 111 | 101 | 1001111 | 1000100 |
Color Harmonies of #EE756B
Complementary color
Monochromatic Colors of #EE756B
Black with #EE756B
Text Example
Text Example
White with #EE756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE756B; }
p { color: rgb(238,117,107); }
H1.HeaderClassName
{
color: #EE756B;
}
.AnyTagClassName
{
color: #EE756B;
}
</style>
background-color css
<style>
a { background-color: #EE756B; }
a { background-color: rgb(238,117,107); }
div.DivClassName
{
background-color: #EE756B;
}
.BgClassName
{
background-color: #EE756B;
}
</style>
border-color css
<style>
span { border-color: #EE756B; }
span { border-color: rgb(238,117,107); }
td.TdClassName
{
border-color: #EE756B;
}
.TagClassName
{
border-color: #EE756B;
}
</style>