Shades of Geraldine #E27672
Tints of Geraldine #E27672
RGB
CMYK
RGB Variations
Color information
#E27672 (or 0xE27672) is known color: Geraldine. HEX triplet: E2, 76 and 72. RGB value is (226,118,114). Sum of RGB (Red+Green+Blue) = 226+118+114=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E27672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27672 is #1D898D. Grayscale: #959595. Windows color (decimal): -1935758 or 7501538. OLE color: 7501538.
HSL color Cylindrical-coordinate representation of color #E27672: hue angle of 2.14º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27672 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 114 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.11 |
| HSL | 2.14º | 0.66% | 0.67% | - |
| HSV(B) | 2.14º | 0.5% | 0.89% | - |
| XYZ | 40.88 | 30.34 | 19.62 | - |
| YUV | 149.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 114 | 0 | 0.48 | 0.50 | 0.11 | 2.14 | 0.66 | 0.67 |
| Hex | E2 | 76 | 72 | 0 | 30 | 32 | B | 2 | 42 | 43 |
| Octal | 342 | 166 | 162 | 0 | 60 | 62 | 13 | 2 | 102 | 103 |
| Binary | 11100010 | 1110110 | 1110010 | 0 | 110000 | 110010 | 1011 | 10 | 1000010 | 1000011 |
Color Harmonies of #E27672
Complementary color
Monochromatic Colors of #E27672
Black with #E27672
Text Example
Text Example
White with #E27672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27672; }
p { color: rgb(226,118,114); }
H1.HeaderClassName
{
color: #E27672;
}
.AnyTagClassName
{
color: #E27672;
}
</style>
background-color css
<style>
a { background-color: #E27672; }
a { background-color: rgb(226,118,114); }
div.DivClassName
{
background-color: #E27672;
}
.BgClassName
{
background-color: #E27672;
}
</style>
border-color css
<style>
span { border-color: #E27672; }
span { border-color: rgb(226,118,114); }
td.TdClassName
{
border-color: #E27672;
}
.TagClassName
{
border-color: #E27672;
}
</style>