Shades of Geraldine #ED7D6E
Tints of Geraldine #ED7D6E
RGB
CMYK
RGB Variations
Color information
#ED7D6E (or 0xED7D6E) is known color: Geraldine. HEX triplet: ED, 7D and 6E. RGB value is (237,125,110). Sum of RGB (Red+Green+Blue) = 237+125+110=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D6E is #128291. Grayscale: #9C9C9C. Windows color (decimal): -1213074 or 7241197. OLE color: 7241197.
HSL color Cylindrical-coordinate representation of color #ED7D6E: hue angle of 7.09º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED7D6E is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 125 | 110 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.07 |
| HSL | 7.09º | 0.78% | 0.68% | - |
| HSV(B) | 7.09º | 0.54% | 0.93% | - |
| XYZ | 45.07 | 33.8 | 18.9 | - |
| YUV | 156.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 125 | 110 | 0 | 0.47 | 0.54 | 0.07 | 7.09 | 0.78 | 0.68 |
| Hex | ED | 7D | 6E | 0 | 2F | 36 | 7 | 7 | 4E | 44 |
| Octal | 355 | 175 | 156 | 0 | 57 | 66 | 7 | 7 | 116 | 104 |
| Binary | 11101101 | 1111101 | 1101110 | 0 | 101111 | 110110 | 111 | 111 | 1001110 | 1000100 |
Color Harmonies of #ED7D6E
Complementary color
Monochromatic Colors of #ED7D6E
Black with #ED7D6E
Text Example
Text Example
White with #ED7D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7D6E; }
p { color: rgb(237,125,110); }
H1.HeaderClassName
{
color: #ED7D6E;
}
.AnyTagClassName
{
color: #ED7D6E;
}
</style>
background-color css
<style>
a { background-color: #ED7D6E; }
a { background-color: rgb(237,125,110); }
div.DivClassName
{
background-color: #ED7D6E;
}
.BgClassName
{
background-color: #ED7D6E;
}
</style>
border-color css
<style>
span { border-color: #ED7D6E; }
span { border-color: rgb(237,125,110); }
td.TdClassName
{
border-color: #ED7D6E;
}
.TagClassName
{
border-color: #ED7D6E;
}
</style>