Shades of Geraldine #ED7E74
Tints of Geraldine #ED7E74
RGB
CMYK
RGB Variations
Color information
#ED7E74 (or 0xED7E74) is known color: Geraldine. HEX triplet: ED, 7E and 74. RGB value is (237,126,116). Sum of RGB (Red+Green+Blue) = 237+126+116=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E74 is #12818B. Grayscale: #9E9E9E. Windows color (decimal): -1212812 or 7634669. OLE color: 7634669.
HSL color Cylindrical-coordinate representation of color #ED7E74: hue angle of 4.96º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7E74 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 126 | 116 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.07 |
| HSL | 4.96º | 0.77% | 0.69% | - |
| HSV(B) | 4.96º | 0.51% | 0.93% | - |
| XYZ | 45.54 | 34.19 | 20.72 | - |
| YUV | 158.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 126 | 116 | 0 | 0.47 | 0.51 | 0.07 | 4.96 | 0.77 | 0.69 |
| Hex | ED | 7E | 74 | 0 | 2F | 33 | 7 | 5 | 4D | 45 |
| Octal | 355 | 176 | 164 | 0 | 57 | 63 | 7 | 5 | 115 | 105 |
| Binary | 11101101 | 1111110 | 1110100 | 0 | 101111 | 110011 | 111 | 101 | 1001101 | 1000101 |
Color Harmonies of #ED7E74
Complementary color
Monochromatic Colors of #ED7E74
Black with #ED7E74
Text Example
Text Example
White with #ED7E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7E74; }
p { color: rgb(237,126,116); }
H1.HeaderClassName
{
color: #ED7E74;
}
.AnyTagClassName
{
color: #ED7E74;
}
</style>
background-color css
<style>
a { background-color: #ED7E74; }
a { background-color: rgb(237,126,116); }
div.DivClassName
{
background-color: #ED7E74;
}
.BgClassName
{
background-color: #ED7E74;
}
</style>
border-color css
<style>
span { border-color: #ED7E74; }
span { border-color: rgb(237,126,116); }
td.TdClassName
{
border-color: #ED7E74;
}
.TagClassName
{
border-color: #ED7E74;
}
</style>