Shades of Geraldine #E07572
Tints of Geraldine #E07572
RGB
CMYK
RGB Variations
Color information
#E07572 (or 0xE07572) is known color: Geraldine. HEX triplet: E0, 75 and 72. RGB value is (224,117,114). Sum of RGB (Red+Green+Blue) = 224+117+114=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E07572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07572 is #1F8A8D. Grayscale: #949494. Windows color (decimal): -2067086 or 7501280. OLE color: 7501280.
HSL color Cylindrical-coordinate representation of color #E07572: hue angle of 1.64º 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 #E07572 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 114 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.12 |
| HSL | 1.64º | 0.64% | 0.66% | - |
| HSV(B) | 1.64º | 0.49% | 0.88% | - |
| XYZ | 40.14 | 29.78 | 19.55 | - |
| YUV | 148.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 114 | 0 | 0.48 | 0.49 | 0.12 | 1.64 | 0.64 | 0.66 |
| Hex | E0 | 75 | 72 | 0 | 30 | 31 | C | 2 | 40 | 42 |
| Octal | 340 | 165 | 162 | 0 | 60 | 61 | 14 | 2 | 100 | 102 |
| Binary | 11100000 | 1110101 | 1110010 | 0 | 110000 | 110001 | 1100 | 10 | 1000000 | 1000010 |
Color Harmonies of #E07572
Complementary color
Monochromatic Colors of #E07572
Black with #E07572
Text Example
Text Example
White with #E07572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07572; }
p { color: rgb(224,117,114); }
H1.HeaderClassName
{
color: #E07572;
}
.AnyTagClassName
{
color: #E07572;
}
</style>
background-color css
<style>
a { background-color: #E07572; }
a { background-color: rgb(224,117,114); }
div.DivClassName
{
background-color: #E07572;
}
.BgClassName
{
background-color: #E07572;
}
</style>
border-color css
<style>
span { border-color: #E07572; }
span { border-color: rgb(224,117,114); }
td.TdClassName
{
border-color: #E07572;
}
.TagClassName
{
border-color: #E07572;
}
</style>