Shades of Geraldine #ED706E
Tints of Geraldine #ED706E
RGB
CMYK
RGB Variations
Color information
#ED706E (or 0xED706E) is known color: Geraldine. HEX triplet: ED, 70 and 6E. RGB value is (237,112,110). Sum of RGB (Red+Green+Blue) = 237+112+110=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED706E is #128F91. Grayscale: #959595. Windows color (decimal): -1216402 or 7237869. OLE color: 7237869.
HSL color Cylindrical-coordinate representation of color #ED706E: hue angle of 0.94º 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 #ED706E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 110 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.07 |
| HSL | 0.94º | 0.78% | 0.68% | - |
| HSV(B) | 0.94º | 0.54% | 0.93% | - |
| XYZ | 43.53 | 30.72 | 18.39 | - |
| YUV | 149.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 110 | 0 | 0.53 | 0.54 | 0.07 | 0.94 | 0.78 | 0.68 |
| Hex | ED | 70 | 6E | 0 | 35 | 36 | 7 | 1 | 4E | 44 |
| Octal | 355 | 160 | 156 | 0 | 65 | 66 | 7 | 1 | 116 | 104 |
| Binary | 11101101 | 1110000 | 1101110 | 0 | 110101 | 110110 | 111 | 1 | 1001110 | 1000100 |
Color Harmonies of #ED706E
Complementary color
Monochromatic Colors of #ED706E
Black with #ED706E
Text Example
Text Example
White with #ED706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED706E; }
p { color: rgb(237,112,110); }
H1.HeaderClassName
{
color: #ED706E;
}
.AnyTagClassName
{
color: #ED706E;
}
</style>
background-color css
<style>
a { background-color: #ED706E; }
a { background-color: rgb(237,112,110); }
div.DivClassName
{
background-color: #ED706E;
}
.BgClassName
{
background-color: #ED706E;
}
</style>
border-color css
<style>
span { border-color: #ED706E; }
span { border-color: rgb(237,112,110); }
td.TdClassName
{
border-color: #ED706E;
}
.TagClassName
{
border-color: #ED706E;
}
</style>