Shades of Geraldine #E36E6A
Tints of Geraldine #E36E6A
RGB
CMYK
RGB Variations
Color information
#E36E6A (or 0xE36E6A) is known color: Geraldine. HEX triplet: E3, 6E and 6A. RGB value is (227,110,106). Sum of RGB (Red+Green+Blue) = 227+110+106=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E36E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36E6A is #1C9195. Grayscale: #909090. Windows color (decimal): -1872278 or 6975203. OLE color: 6975203.
HSL color Cylindrical-coordinate representation of color #E36E6A: hue angle of 1.98º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36E6A is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 110 | 106 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.11 |
| HSL | 1.98º | 0.68% | 0.65% | - |
| HSV(B) | 1.98º | 0.53% | 0.89% | - |
| XYZ | 39.86 | 28.52 | 17.04 | - |
| YUV | 144.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 110 | 106 | 0 | 0.52 | 0.53 | 0.11 | 1.98 | 0.68 | 0.65 |
| Hex | E3 | 6E | 6A | 0 | 34 | 35 | B | 2 | 44 | 41 |
| Octal | 343 | 156 | 152 | 0 | 64 | 65 | 13 | 2 | 104 | 101 |
| Binary | 11100011 | 1101110 | 1101010 | 0 | 110100 | 110101 | 1011 | 10 | 1000100 | 1000001 |
Color Harmonies of #E36E6A
Complementary color
Monochromatic Colors of #E36E6A
Black with #E36E6A
Text Example
Text Example
White with #E36E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36E6A; }
p { color: rgb(227,110,106); }
H1.HeaderClassName
{
color: #E36E6A;
}
.AnyTagClassName
{
color: #E36E6A;
}
</style>
background-color css
<style>
a { background-color: #E36E6A; }
a { background-color: rgb(227,110,106); }
div.DivClassName
{
background-color: #E36E6A;
}
.BgClassName
{
background-color: #E36E6A;
}
</style>
border-color css
<style>
span { border-color: #E36E6A; }
span { border-color: rgb(227,110,106); }
td.TdClassName
{
border-color: #E36E6A;
}
.TagClassName
{
border-color: #E36E6A;
}
</style>