Shades of Geraldine #ED816D
Tints of Geraldine #ED816D
RGB
CMYK
RGB Variations
Color information
#ED816D (or 0xED816D) is known color: Geraldine. HEX triplet: ED, 81 and 6D. RGB value is (237,129,109). Sum of RGB (Red+Green+Blue) = 237+129+109=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED816D is #127E92. Grayscale: #9F9F9F. Windows color (decimal): -1212051 or 7176685. OLE color: 7176685.
HSL color Cylindrical-coordinate representation of color #ED816D: hue angle of 9.38º 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 #ED816D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 109 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.07 |
| HSL | 9.38º | 0.78% | 0.68% | - |
| HSV(B) | 9.38º | 0.54% | 0.93% | - |
| XYZ | 45.54 | 34.81 | 18.79 | - |
| YUV | 159.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 109 | 0 | 0.46 | 0.54 | 0.07 | 9.38 | 0.78 | 0.68 |
| Hex | ED | 81 | 6D | 0 | 2E | 36 | 7 | 9 | 4E | 44 |
| Octal | 355 | 201 | 155 | 0 | 56 | 66 | 7 | 11 | 116 | 104 |
| Binary | 11101101 | 10000001 | 1101101 | 0 | 101110 | 110110 | 111 | 1001 | 1001110 | 1000100 |
Color Harmonies of #ED816D
Complementary color
Monochromatic Colors of #ED816D
Black with #ED816D
Text Example
Text Example
White with #ED816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED816D; }
p { color: rgb(237,129,109); }
H1.HeaderClassName
{
color: #ED816D;
}
.AnyTagClassName
{
color: #ED816D;
}
</style>
background-color css
<style>
a { background-color: #ED816D; }
a { background-color: rgb(237,129,109); }
div.DivClassName
{
background-color: #ED816D;
}
.BgClassName
{
background-color: #ED816D;
}
</style>
border-color css
<style>
span { border-color: #ED816D; }
span { border-color: rgb(237,129,109); }
td.TdClassName
{
border-color: #ED816D;
}
.TagClassName
{
border-color: #ED816D;
}
</style>