Shades of Geraldine #EA7E74
Tints of Geraldine #EA7E74
RGB
CMYK
RGB Variations
Color information
#EA7E74 (or 0xEA7E74) is known color: Geraldine. HEX triplet: EA, 7E and 74. RGB value is (234,126,116). Sum of RGB (Red+Green+Blue) = 234+126+116=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E74 is #15818B. Grayscale: #9D9D9D. Windows color (decimal): -1409420 or 7634666. OLE color: 7634666.
HSL color Cylindrical-coordinate representation of color #EA7E74: hue angle of 5.08º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7E74 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 116 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.08 |
| HSL | 5.08º | 0.74% | 0.69% | - |
| HSV(B) | 5.08º | 0.5% | 0.92% | - |
| XYZ | 44.54 | 33.68 | 20.68 | - |
| YUV | 157.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 116 | 0 | 0.46 | 0.50 | 0.08 | 5.08 | 0.74 | 0.69 |
| Hex | EA | 7E | 74 | 0 | 2E | 32 | 8 | 5 | 4A | 45 |
| Octal | 352 | 176 | 164 | 0 | 56 | 62 | 10 | 5 | 112 | 105 |
| Binary | 11101010 | 1111110 | 1110100 | 0 | 101110 | 110010 | 1000 | 101 | 1001010 | 1000101 |
Color Harmonies of #EA7E74
Complementary color
Monochromatic Colors of #EA7E74
Black with #EA7E74
Text Example
Text Example
White with #EA7E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E74; }
p { color: rgb(234,126,116); }
H1.HeaderClassName
{
color: #EA7E74;
}
.AnyTagClassName
{
color: #EA7E74;
}
</style>
background-color css
<style>
a { background-color: #EA7E74; }
a { background-color: rgb(234,126,116); }
div.DivClassName
{
background-color: #EA7E74;
}
.BgClassName
{
background-color: #EA7E74;
}
</style>
border-color css
<style>
span { border-color: #EA7E74; }
span { border-color: rgb(234,126,116); }
td.TdClassName
{
border-color: #EA7E74;
}
.TagClassName
{
border-color: #EA7E74;
}
</style>