Shades of Geraldine #E0756D
Tints of Geraldine #E0756D
RGB
CMYK
RGB Variations
Color information
#E0756D (or 0xE0756D) is known color: Geraldine. HEX triplet: E0, 75 and 6D. RGB value is (224,117,109). Sum of RGB (Red+Green+Blue) = 224+117+109=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0756D is #1F8A92. Grayscale: #949494. Windows color (decimal): -2067091 or 7173600. OLE color: 7173600.
HSL color Cylindrical-coordinate representation of color #E0756D: hue angle of 4.17º 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 #E0756D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 109 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.12 |
| HSL | 4.17º | 0.65% | 0.65% | - |
| HSV(B) | 4.17º | 0.51% | 0.88% | - |
| XYZ | 39.86 | 29.67 | 18.09 | - |
| YUV | 148.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 109 | 0 | 0.48 | 0.51 | 0.12 | 4.17 | 0.65 | 0.65 |
| Hex | E0 | 75 | 6D | 0 | 30 | 33 | C | 4 | 41 | 41 |
| Octal | 340 | 165 | 155 | 0 | 60 | 63 | 14 | 4 | 101 | 101 |
| Binary | 11100000 | 1110101 | 1101101 | 0 | 110000 | 110011 | 1100 | 100 | 1000001 | 1000001 |
Color Harmonies of #E0756D
Complementary color
Monochromatic Colors of #E0756D
Black with #E0756D
Text Example
Text Example
White with #E0756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0756D; }
p { color: rgb(224,117,109); }
H1.HeaderClassName
{
color: #E0756D;
}
.AnyTagClassName
{
color: #E0756D;
}
</style>
background-color css
<style>
a { background-color: #E0756D; }
a { background-color: rgb(224,117,109); }
div.DivClassName
{
background-color: #E0756D;
}
.BgClassName
{
background-color: #E0756D;
}
</style>
border-color css
<style>
span { border-color: #E0756D; }
span { border-color: rgb(224,117,109); }
td.TdClassName
{
border-color: #E0756D;
}
.TagClassName
{
border-color: #E0756D;
}
</style>