Shades of Geraldine #EE756A
Tints of Geraldine #EE756A
RGB
CMYK
RGB Variations
Color information
#EE756A (or 0xEE756A) is known color: Geraldine. HEX triplet: EE, 75 and 6A. RGB value is (238,117,106). Sum of RGB (Red+Green+Blue) = 238+117+106=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE756A is #118A95. Grayscale: #989898. Windows color (decimal): -1149590 or 6977006. OLE color: 6977006.
HSL color Cylindrical-coordinate representation of color #EE756A: hue angle of 5º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE756A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 106 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.07 |
| HSL | 5º | 0.8% | 0.67% | - |
| HSV(B) | 5º | 0.55% | 0.93% | - |
| XYZ | 44.22 | 31.94 | 17.47 | - |
| YUV | 151.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 106 | 0 | 0.51 | 0.55 | 0.07 | 5 | 0.8 | 0.67 |
| Hex | EE | 75 | 6A | 0 | 33 | 37 | 7 | 5 | 50 | 43 |
| Octal | 356 | 165 | 152 | 0 | 63 | 67 | 7 | 5 | 120 | 103 |
| Binary | 11101110 | 1110101 | 1101010 | 0 | 110011 | 110111 | 111 | 101 | 1010000 | 1000011 |
Color Harmonies of #EE756A
Complementary color
Monochromatic Colors of #EE756A
Black with #EE756A
Text Example
Text Example
White with #EE756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE756A; }
p { color: rgb(238,117,106); }
H1.HeaderClassName
{
color: #EE756A;
}
.AnyTagClassName
{
color: #EE756A;
}
</style>
background-color css
<style>
a { background-color: #EE756A; }
a { background-color: rgb(238,117,106); }
div.DivClassName
{
background-color: #EE756A;
}
.BgClassName
{
background-color: #EE756A;
}
</style>
border-color css
<style>
span { border-color: #EE756A; }
span { border-color: rgb(238,117,106); }
td.TdClassName
{
border-color: #EE756A;
}
.TagClassName
{
border-color: #EE756A;
}
</style>