Shades of Geraldine #ED736F
Tints of Geraldine #ED736F
RGB
CMYK
RGB Variations
Color information
#ED736F (or 0xED736F) is known color: Geraldine. HEX triplet: ED, 73 and 6F. RGB value is (237,115,111). Sum of RGB (Red+Green+Blue) = 237+115+111=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED736F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED736F is #128C90. Grayscale: #979797. Windows color (decimal): -1215633 or 7304173. OLE color: 7304173.
HSL color Cylindrical-coordinate representation of color #ED736F: hue angle of 1.9º 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 #ED736F is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 111 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.07 |
| HSL | 1.9º | 0.78% | 0.68% | - |
| HSV(B) | 1.9º | 0.53% | 0.93% | - |
| XYZ | 43.93 | 31.41 | 18.79 | - |
| YUV | 151.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 111 | 0 | 0.51 | 0.53 | 0.07 | 1.9 | 0.78 | 0.68 |
| Hex | ED | 73 | 6F | 0 | 33 | 35 | 7 | 2 | 4E | 44 |
| Octal | 355 | 163 | 157 | 0 | 63 | 65 | 7 | 2 | 116 | 104 |
| Binary | 11101101 | 1110011 | 1101111 | 0 | 110011 | 110101 | 111 | 10 | 1001110 | 1000100 |
Color Harmonies of #ED736F
Complementary color
Monochromatic Colors of #ED736F
Black with #ED736F
Text Example
Text Example
White with #ED736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED736F; }
p { color: rgb(237,115,111); }
H1.HeaderClassName
{
color: #ED736F;
}
.AnyTagClassName
{
color: #ED736F;
}
</style>
background-color css
<style>
a { background-color: #ED736F; }
a { background-color: rgb(237,115,111); }
div.DivClassName
{
background-color: #ED736F;
}
.BgClassName
{
background-color: #ED736F;
}
</style>
border-color css
<style>
span { border-color: #ED736F; }
span { border-color: rgb(237,115,111); }
td.TdClassName
{
border-color: #ED736F;
}
.TagClassName
{
border-color: #ED736F;
}
</style>