Shades of Geraldine #E0756E
Tints of Geraldine #E0756E
RGB
CMYK
RGB Variations
Color information
#E0756E (or 0xE0756E) is known color: Geraldine. HEX triplet: E0, 75 and 6E. RGB value is (224,117,110). Sum of RGB (Red+Green+Blue) = 224+117+110=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0756E is #1F8A91. Grayscale: #949494. Windows color (decimal): -2067090 or 7239136. OLE color: 7239136.
HSL color Cylindrical-coordinate representation of color #E0756E: hue angle of 3.68º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0756E is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 110 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.12 |
| HSL | 3.68º | 0.65% | 0.65% | - |
| HSV(B) | 3.68º | 0.51% | 0.88% | - |
| XYZ | 39.92 | 29.7 | 18.38 | - |
| YUV | 148.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 110 | 0 | 0.48 | 0.51 | 0.12 | 3.68 | 0.65 | 0.65 |
| Hex | E0 | 75 | 6E | 0 | 30 | 33 | C | 4 | 41 | 41 |
| Octal | 340 | 165 | 156 | 0 | 60 | 63 | 14 | 4 | 101 | 101 |
| Binary | 11100000 | 1110101 | 1101110 | 0 | 110000 | 110011 | 1100 | 100 | 1000001 | 1000001 |
Color Harmonies of #E0756E
Complementary color
Monochromatic Colors of #E0756E
Black with #E0756E
Text Example
Text Example
White with #E0756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0756E; }
p { color: rgb(224,117,110); }
H1.HeaderClassName
{
color: #E0756E;
}
.AnyTagClassName
{
color: #E0756E;
}
</style>
background-color css
<style>
a { background-color: #E0756E; }
a { background-color: rgb(224,117,110); }
div.DivClassName
{
background-color: #E0756E;
}
.BgClassName
{
background-color: #E0756E;
}
</style>
border-color css
<style>
span { border-color: #E0756E; }
span { border-color: rgb(224,117,110); }
td.TdClassName
{
border-color: #E0756E;
}
.TagClassName
{
border-color: #E0756E;
}
</style>