Shades of Geraldine #E3756E
Tints of Geraldine #E3756E
RGB
CMYK
RGB Variations
Color information
#E3756E (or 0xE3756E) is known color: Geraldine. HEX triplet: E3, 75 and 6E. RGB value is (227,117,110). Sum of RGB (Red+Green+Blue) = 227+117+110=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E3756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3756E is #1C8A91. Grayscale: #959595. Windows color (decimal): -1870482 or 7239139. OLE color: 7239139.
HSL color Cylindrical-coordinate representation of color #E3756E: hue angle of 3.59º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3756E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 110 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.11 |
| HSL | 3.59º | 0.68% | 0.66% | - |
| HSV(B) | 3.59º | 0.52% | 0.89% | - |
| XYZ | 40.85 | 30.18 | 18.42 | - |
| YUV | 149.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 110 | 0 | 0.48 | 0.52 | 0.11 | 3.59 | 0.68 | 0.66 |
| Hex | E3 | 75 | 6E | 0 | 30 | 34 | B | 4 | 44 | 42 |
| Octal | 343 | 165 | 156 | 0 | 60 | 64 | 13 | 4 | 104 | 102 |
| Binary | 11100011 | 1110101 | 1101110 | 0 | 110000 | 110100 | 1011 | 100 | 1000100 | 1000010 |
Color Harmonies of #E3756E
Complementary color
Monochromatic Colors of #E3756E
Black with #E3756E
Text Example
Text Example
White with #E3756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3756E; }
p { color: rgb(227,117,110); }
H1.HeaderClassName
{
color: #E3756E;
}
.AnyTagClassName
{
color: #E3756E;
}
</style>
background-color css
<style>
a { background-color: #E3756E; }
a { background-color: rgb(227,117,110); }
div.DivClassName
{
background-color: #E3756E;
}
.BgClassName
{
background-color: #E3756E;
}
</style>
border-color css
<style>
span { border-color: #E3756E; }
span { border-color: rgb(227,117,110); }
td.TdClassName
{
border-color: #E3756E;
}
.TagClassName
{
border-color: #E3756E;
}
</style>