Shades of Geraldine #E67D72
Tints of Geraldine #E67D72
RGB
CMYK
RGB Variations
Color information
#E67D72 (or 0xE67D72) is known color: Geraldine. HEX triplet: E6, 7D and 72. RGB value is (230,125,114). Sum of RGB (Red+Green+Blue) = 230+125+114=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D72 is #19828D. Grayscale: #9B9B9B. Windows color (decimal): -1671822 or 7503334. OLE color: 7503334.
HSL color Cylindrical-coordinate representation of color #E67D72: hue angle of 5.69º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67D72 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 114 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.10 |
| HSL | 5.69º | 0.7% | 0.67% | - |
| HSV(B) | 5.69º | 0.5% | 0.9% | - |
| XYZ | 43 | 32.71 | 19.97 | - |
| YUV | 155.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 114 | 0 | 0.46 | 0.50 | 0.10 | 5.69 | 0.7 | 0.67 |
| Hex | E6 | 7D | 72 | 0 | 2E | 32 | A | 6 | 46 | 43 |
| Octal | 346 | 175 | 162 | 0 | 56 | 62 | 12 | 6 | 106 | 103 |
| Binary | 11100110 | 1111101 | 1110010 | 0 | 101110 | 110010 | 1010 | 110 | 1000110 | 1000011 |
Color Harmonies of #E67D72
Complementary color
Monochromatic Colors of #E67D72
Black with #E67D72
Text Example
Text Example
White with #E67D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D72; }
p { color: rgb(230,125,114); }
H1.HeaderClassName
{
color: #E67D72;
}
.AnyTagClassName
{
color: #E67D72;
}
</style>
background-color css
<style>
a { background-color: #E67D72; }
a { background-color: rgb(230,125,114); }
div.DivClassName
{
background-color: #E67D72;
}
.BgClassName
{
background-color: #E67D72;
}
</style>
border-color css
<style>
span { border-color: #E67D72; }
span { border-color: rgb(230,125,114); }
td.TdClassName
{
border-color: #E67D72;
}
.TagClassName
{
border-color: #E67D72;
}
</style>