Shades of Geraldine #E3807A
Tints of Geraldine #E3807A
RGB
CMYK
RGB Variations
Color information
#E3807A (or 0xE3807A) is known color: Geraldine. HEX triplet: E3, 80 and 7A. RGB value is (227,128,122). Sum of RGB (Red+Green+Blue) = 227+128+122=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E3807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3807A is #1C7F85. Grayscale: #9D9D9D. Windows color (decimal): -1867654 or 8028387. OLE color: 8028387.
HSL color Cylindrical-coordinate representation of color #E3807A: hue angle of 3.43º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3807A is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 122 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.11 |
| HSL | 3.43º | 0.65% | 0.68% | - |
| HSV(B) | 3.43º | 0.46% | 0.89% | - |
| XYZ | 42.91 | 33.17 | 22.55 | - |
| YUV | 156.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 122 | 0 | 0.44 | 0.46 | 0.11 | 3.43 | 0.65 | 0.68 |
| Hex | E3 | 80 | 7A | 0 | 2C | 2E | B | 3 | 41 | 44 |
| Octal | 343 | 200 | 172 | 0 | 54 | 56 | 13 | 3 | 101 | 104 |
| Binary | 11100011 | 10000000 | 1111010 | 0 | 101100 | 101110 | 1011 | 11 | 1000001 | 1000100 |
Color Harmonies of #E3807A
Complementary color
Monochromatic Colors of #E3807A
Black with #E3807A
Text Example
Text Example
White with #E3807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3807A; }
p { color: rgb(227,128,122); }
H1.HeaderClassName
{
color: #E3807A;
}
.AnyTagClassName
{
color: #E3807A;
}
</style>
background-color css
<style>
a { background-color: #E3807A; }
a { background-color: rgb(227,128,122); }
div.DivClassName
{
background-color: #E3807A;
}
.BgClassName
{
background-color: #E3807A;
}
</style>
border-color css
<style>
span { border-color: #E3807A; }
span { border-color: rgb(227,128,122); }
td.TdClassName
{
border-color: #E3807A;
}
.TagClassName
{
border-color: #E3807A;
}
</style>