Shades of Geraldine #E9756E
Tints of Geraldine #E9756E
RGB
CMYK
RGB Variations
Color information
#E9756E (or 0xE9756E) is known color: Geraldine. HEX triplet: E9, 75 and 6E. RGB value is (233,117,110). Sum of RGB (Red+Green+Blue) = 233+117+110=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E9756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9756E is #168A91. Grayscale: #979797. Windows color (decimal): -1477266 or 7239145. OLE color: 7239145.
HSL color Cylindrical-coordinate representation of color #E9756E: hue angle of 3.41º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9756E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 117 | 110 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.09 |
| HSL | 3.41º | 0.74% | 0.67% | - |
| HSV(B) | 3.41º | 0.53% | 0.91% | - |
| XYZ | 42.78 | 31.17 | 18.51 | - |
| YUV | 150.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 117 | 110 | 0 | 0.50 | 0.53 | 0.09 | 3.41 | 0.74 | 0.67 |
| Hex | E9 | 75 | 6E | 0 | 32 | 35 | 9 | 3 | 4A | 43 |
| Octal | 351 | 165 | 156 | 0 | 62 | 65 | 11 | 3 | 112 | 103 |
| Binary | 11101001 | 1110101 | 1101110 | 0 | 110010 | 110101 | 1001 | 11 | 1001010 | 1000011 |
Color Harmonies of #E9756E
Complementary color
Monochromatic Colors of #E9756E
Black with #E9756E
Text Example
Text Example
White with #E9756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9756E; }
p { color: rgb(233,117,110); }
H1.HeaderClassName
{
color: #E9756E;
}
.AnyTagClassName
{
color: #E9756E;
}
</style>
background-color css
<style>
a { background-color: #E9756E; }
a { background-color: rgb(233,117,110); }
div.DivClassName
{
background-color: #E9756E;
}
.BgClassName
{
background-color: #E9756E;
}
</style>
border-color css
<style>
span { border-color: #E9756E; }
span { border-color: rgb(233,117,110); }
td.TdClassName
{
border-color: #E9756E;
}
.TagClassName
{
border-color: #E9756E;
}
</style>