Shades of Geraldine #E27B6F
Tints of Geraldine #E27B6F
RGB
CMYK
RGB Variations
Color information
#E27B6F (or 0xE27B6F) is known color: Geraldine. HEX triplet: E2, 7B and 6F. RGB value is (226,123,111). Sum of RGB (Red+Green+Blue) = 226+123+111=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27B6F is #1D8490. Grayscale: #989898. Windows color (decimal): -1934481 or 7306210. OLE color: 7306210.
HSL color Cylindrical-coordinate representation of color #E27B6F: hue angle of 6.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E27B6F is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 111 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.11 |
| HSL | 6.26º | 0.66% | 0.66% | - |
| HSV(B) | 6.26º | 0.51% | 0.89% | - |
| XYZ | 41.32 | 31.48 | 18.94 | - |
| YUV | 152.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 111 | 0 | 0.46 | 0.51 | 0.11 | 6.26 | 0.66 | 0.66 |
| Hex | E2 | 7B | 6F | 0 | 2E | 33 | B | 6 | 42 | 42 |
| Octal | 342 | 173 | 157 | 0 | 56 | 63 | 13 | 6 | 102 | 102 |
| Binary | 11100010 | 1111011 | 1101111 | 0 | 101110 | 110011 | 1011 | 110 | 1000010 | 1000010 |
Color Harmonies of #E27B6F
Complementary color
Monochromatic Colors of #E27B6F
Black with #E27B6F
Text Example
Text Example
White with #E27B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27B6F; }
p { color: rgb(226,123,111); }
H1.HeaderClassName
{
color: #E27B6F;
}
.AnyTagClassName
{
color: #E27B6F;
}
</style>
background-color css
<style>
a { background-color: #E27B6F; }
a { background-color: rgb(226,123,111); }
div.DivClassName
{
background-color: #E27B6F;
}
.BgClassName
{
background-color: #E27B6F;
}
</style>
border-color css
<style>
span { border-color: #E27B6F; }
span { border-color: rgb(226,123,111); }
td.TdClassName
{
border-color: #E27B6F;
}
.TagClassName
{
border-color: #E27B6F;
}
</style>