Shades of Geraldine #EA7E6A
Tints of Geraldine #EA7E6A
RGB
CMYK
RGB Variations
Color information
#EA7E6A (or 0xEA7E6A) is known color: Geraldine. HEX triplet: EA, 7E and 6A. RGB value is (234,126,106). Sum of RGB (Red+Green+Blue) = 234+126+106=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E6A is #158195. Grayscale: #9C9C9C. Windows color (decimal): -1409430 or 6979306. OLE color: 6979306.
HSL color Cylindrical-coordinate representation of color #EA7E6A: hue angle of 9.38º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA7E6A is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 106 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.08 |
| HSL | 9.38º | 0.75% | 0.67% | - |
| HSV(B) | 9.38º | 0.55% | 0.92% | - |
| XYZ | 43.99 | 33.45 | 17.77 | - |
| YUV | 156.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 106 | 0 | 0.46 | 0.55 | 0.08 | 9.38 | 0.75 | 0.67 |
| Hex | EA | 7E | 6A | 0 | 2E | 37 | 8 | 9 | 4B | 43 |
| Octal | 352 | 176 | 152 | 0 | 56 | 67 | 10 | 11 | 113 | 103 |
| Binary | 11101010 | 1111110 | 1101010 | 0 | 101110 | 110111 | 1000 | 1001 | 1001011 | 1000011 |
Color Harmonies of #EA7E6A
Complementary color
Monochromatic Colors of #EA7E6A
Black with #EA7E6A
Text Example
Text Example
White with #EA7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E6A; }
p { color: rgb(234,126,106); }
H1.HeaderClassName
{
color: #EA7E6A;
}
.AnyTagClassName
{
color: #EA7E6A;
}
</style>
background-color css
<style>
a { background-color: #EA7E6A; }
a { background-color: rgb(234,126,106); }
div.DivClassName
{
background-color: #EA7E6A;
}
.BgClassName
{
background-color: #EA7E6A;
}
</style>
border-color css
<style>
span { border-color: #EA7E6A; }
span { border-color: rgb(234,126,106); }
td.TdClassName
{
border-color: #EA7E6A;
}
.TagClassName
{
border-color: #EA7E6A;
}
</style>