Shades of Geraldine #E76E6A
Tints of Geraldine #E76E6A
RGB
CMYK
RGB Variations
Color information
#E76E6A (or 0xE76E6A) is known color: Geraldine. HEX triplet: E7, 6E and 6A. RGB value is (231,110,106). Sum of RGB (Red+Green+Blue) = 231+110+106=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E6A is #189195. Grayscale: #919191. Windows color (decimal): -1610134 or 6975207. OLE color: 6975207.
HSL color Cylindrical-coordinate representation of color #E76E6A: hue angle of 1.92º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76E6A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 106 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.09 |
| HSL | 1.92º | 0.72% | 0.66% | - |
| HSV(B) | 1.92º | 0.54% | 0.91% | - |
| XYZ | 41.13 | 29.18 | 17.1 | - |
| YUV | 145.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 106 | 0 | 0.52 | 0.54 | 0.09 | 1.92 | 0.72 | 0.66 |
| Hex | E7 | 6E | 6A | 0 | 34 | 36 | 9 | 2 | 48 | 42 |
| Octal | 347 | 156 | 152 | 0 | 64 | 66 | 11 | 2 | 110 | 102 |
| Binary | 11100111 | 1101110 | 1101010 | 0 | 110100 | 110110 | 1001 | 10 | 1001000 | 1000010 |
Color Harmonies of #E76E6A
Complementary color
Monochromatic Colors of #E76E6A
Black with #E76E6A
Text Example
Text Example
White with #E76E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E6A; }
p { color: rgb(231,110,106); }
H1.HeaderClassName
{
color: #E76E6A;
}
.AnyTagClassName
{
color: #E76E6A;
}
</style>
background-color css
<style>
a { background-color: #E76E6A; }
a { background-color: rgb(231,110,106); }
div.DivClassName
{
background-color: #E76E6A;
}
.BgClassName
{
background-color: #E76E6A;
}
</style>
border-color css
<style>
span { border-color: #E76E6A; }
span { border-color: rgb(231,110,106); }
td.TdClassName
{
border-color: #E76E6A;
}
.TagClassName
{
border-color: #E76E6A;
}
</style>