Shades of Geraldine #E27270
Tints of Geraldine #E27270
RGB
CMYK
RGB Variations
Color information
#E27270 (or 0xE27270) is known color: Geraldine. HEX triplet: E2, 72 and 70. RGB value is (226,114,112). Sum of RGB (Red+Green+Blue) = 226+114+112=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E27270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27270 is #1D8D8F. Grayscale: #939393. Windows color (decimal): -1936784 or 7369442. OLE color: 7369442.
HSL color Cylindrical-coordinate representation of color #E27270: hue angle of 1.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27270 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 112 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.11 |
| HSL | 1.05º | 0.66% | 0.66% | - |
| HSV(B) | 1.05º | 0.5% | 0.89% | - |
| XYZ | 40.31 | 29.37 | 18.87 | - |
| YUV | 147.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 112 | 0 | 0.50 | 0.50 | 0.11 | 1.05 | 0.66 | 0.66 |
| Hex | E2 | 72 | 70 | 0 | 32 | 32 | B | 1 | 42 | 42 |
| Octal | 342 | 162 | 160 | 0 | 62 | 62 | 13 | 1 | 102 | 102 |
| Binary | 11100010 | 1110010 | 1110000 | 0 | 110010 | 110010 | 1011 | 1 | 1000010 | 1000010 |
Color Harmonies of #E27270
Complementary color
Monochromatic Colors of #E27270
Black with #E27270
Text Example
Text Example
White with #E27270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27270; }
p { color: rgb(226,114,112); }
H1.HeaderClassName
{
color: #E27270;
}
.AnyTagClassName
{
color: #E27270;
}
</style>
background-color css
<style>
a { background-color: #E27270; }
a { background-color: rgb(226,114,112); }
div.DivClassName
{
background-color: #E27270;
}
.BgClassName
{
background-color: #E27270;
}
</style>
border-color css
<style>
span { border-color: #E27270; }
span { border-color: rgb(226,114,112); }
td.TdClassName
{
border-color: #E27270;
}
.TagClassName
{
border-color: #E27270;
}
</style>