Shades of Geraldine #ED816F
Tints of Geraldine #ED816F
RGB
CMYK
RGB Variations
Color information
#ED816F (or 0xED816F) is known color: Geraldine. HEX triplet: ED, 81 and 6F. RGB value is (237,129,111). Sum of RGB (Red+Green+Blue) = 237+129+111=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED816F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED816F is #127E90. Grayscale: #9F9F9F. Windows color (decimal): -1212049 or 7307757. OLE color: 7307757.
HSL color Cylindrical-coordinate representation of color #ED816F: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED816F is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 111 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.07 |
| HSL | 8.57º | 0.78% | 0.68% | - |
| HSV(B) | 8.57º | 0.53% | 0.93% | - |
| XYZ | 45.64 | 34.85 | 19.36 | - |
| YUV | 159.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 111 | 0 | 0.46 | 0.53 | 0.07 | 8.57 | 0.78 | 0.68 |
| Hex | ED | 81 | 6F | 0 | 2E | 35 | 7 | 9 | 4E | 44 |
| Octal | 355 | 201 | 157 | 0 | 56 | 65 | 7 | 11 | 116 | 104 |
| Binary | 11101101 | 10000001 | 1101111 | 0 | 101110 | 110101 | 111 | 1001 | 1001110 | 1000100 |
Color Harmonies of #ED816F
Complementary color
Monochromatic Colors of #ED816F
Black with #ED816F
Text Example
Text Example
White with #ED816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED816F; }
p { color: rgb(237,129,111); }
H1.HeaderClassName
{
color: #ED816F;
}
.AnyTagClassName
{
color: #ED816F;
}
</style>
background-color css
<style>
a { background-color: #ED816F; }
a { background-color: rgb(237,129,111); }
div.DivClassName
{
background-color: #ED816F;
}
.BgClassName
{
background-color: #ED816F;
}
</style>
border-color css
<style>
span { border-color: #ED816F; }
span { border-color: rgb(237,129,111); }
td.TdClassName
{
border-color: #ED816F;
}
.TagClassName
{
border-color: #ED816F;
}
</style>