Shades of Geraldine #E07372
Tints of Geraldine #E07372
RGB
CMYK
RGB Variations
Color information
#E07372 (or 0xE07372) is known color: Geraldine. HEX triplet: E0, 73 and 72. RGB value is (224,115,114). Sum of RGB (Red+Green+Blue) = 224+115+114=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E07372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07372 is #1F8C8D. Grayscale: #939393. Windows color (decimal): -2067598 or 7500768. OLE color: 7500768.
HSL color Cylindrical-coordinate representation of color #E07372: hue angle of 0.55º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07372 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 114 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.12 |
| HSL | 0.55º | 0.64% | 0.66% | - |
| HSV(B) | 0.55º | 0.49% | 0.88% | - |
| XYZ | 39.91 | 29.32 | 19.48 | - |
| YUV | 147.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 114 | 0 | 0.49 | 0.49 | 0.12 | 0.55 | 0.64 | 0.66 |
| Hex | E0 | 73 | 72 | 0 | 31 | 31 | C | 1 | 40 | 42 |
| Octal | 340 | 163 | 162 | 0 | 61 | 61 | 14 | 1 | 100 | 102 |
| Binary | 11100000 | 1110011 | 1110010 | 0 | 110001 | 110001 | 1100 | 1 | 1000000 | 1000010 |
Color Harmonies of #E07372
Complementary color
Monochromatic Colors of #E07372
Black with #E07372
Text Example
Text Example
White with #E07372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07372; }
p { color: rgb(224,115,114); }
H1.HeaderClassName
{
color: #E07372;
}
.AnyTagClassName
{
color: #E07372;
}
</style>
background-color css
<style>
a { background-color: #E07372; }
a { background-color: rgb(224,115,114); }
div.DivClassName
{
background-color: #E07372;
}
.BgClassName
{
background-color: #E07372;
}
</style>
border-color css
<style>
span { border-color: #E07372; }
span { border-color: rgb(224,115,114); }
td.TdClassName
{
border-color: #E07372;
}
.TagClassName
{
border-color: #E07372;
}
</style>