Shades of Geraldine #EA7A74
Tints of Geraldine #EA7A74
RGB
CMYK
RGB Variations
Color information
#EA7A74 (or 0xEA7A74) is known color: Geraldine. HEX triplet: EA, 7A and 74. RGB value is (234,122,116). Sum of RGB (Red+Green+Blue) = 234+122+116=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A74 is #15858B. Grayscale: #9A9A9A. Windows color (decimal): -1410444 or 7633642. OLE color: 7633642.
HSL color Cylindrical-coordinate representation of color #EA7A74: hue angle of 3.05º 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 #EA7A74 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 116 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.08 |
| HSL | 3.05º | 0.74% | 0.69% | - |
| HSV(B) | 3.05º | 0.5% | 0.92% | - |
| XYZ | 44.04 | 32.67 | 20.51 | - |
| YUV | 154.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 116 | 0 | 0.48 | 0.50 | 0.08 | 3.05 | 0.74 | 0.69 |
| Hex | EA | 7A | 74 | 0 | 30 | 32 | 8 | 3 | 4A | 45 |
| Octal | 352 | 172 | 164 | 0 | 60 | 62 | 10 | 3 | 112 | 105 |
| Binary | 11101010 | 1111010 | 1110100 | 0 | 110000 | 110010 | 1000 | 11 | 1001010 | 1000101 |
Color Harmonies of #EA7A74
Complementary color
Monochromatic Colors of #EA7A74
Black with #EA7A74
Text Example
Text Example
White with #EA7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A74; }
p { color: rgb(234,122,116); }
H1.HeaderClassName
{
color: #EA7A74;
}
.AnyTagClassName
{
color: #EA7A74;
}
</style>
background-color css
<style>
a { background-color: #EA7A74; }
a { background-color: rgb(234,122,116); }
div.DivClassName
{
background-color: #EA7A74;
}
.BgClassName
{
background-color: #EA7A74;
}
</style>
border-color css
<style>
span { border-color: #EA7A74; }
span { border-color: rgb(234,122,116); }
td.TdClassName
{
border-color: #EA7A74;
}
.TagClassName
{
border-color: #EA7A74;
}
</style>