Shades of Geraldine #ED756F
Tints of Geraldine #ED756F
RGB
CMYK
RGB Variations
Color information
#ED756F (or 0xED756F) is known color: Geraldine. HEX triplet: ED, 75 and 6F. RGB value is (237,117,111). Sum of RGB (Red+Green+Blue) = 237+117+111=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED756F is #128A90. Grayscale: #989898. Windows color (decimal): -1215121 or 7304685. OLE color: 7304685.
HSL color Cylindrical-coordinate representation of color #ED756F: hue angle of 2.86º 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 #ED756F is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 117 | 111 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.07 |
| HSL | 2.86º | 0.78% | 0.68% | - |
| HSV(B) | 2.86º | 0.53% | 0.93% | - |
| XYZ | 44.16 | 31.87 | 18.86 | - |
| YUV | 152.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 117 | 111 | 0 | 0.51 | 0.53 | 0.07 | 2.86 | 0.78 | 0.68 |
| Hex | ED | 75 | 6F | 0 | 33 | 35 | 7 | 3 | 4E | 44 |
| Octal | 355 | 165 | 157 | 0 | 63 | 65 | 7 | 3 | 116 | 104 |
| Binary | 11101101 | 1110101 | 1101111 | 0 | 110011 | 110101 | 111 | 11 | 1001110 | 1000100 |
Color Harmonies of #ED756F
Complementary color
Monochromatic Colors of #ED756F
Black with #ED756F
Text Example
Text Example
White with #ED756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED756F; }
p { color: rgb(237,117,111); }
H1.HeaderClassName
{
color: #ED756F;
}
.AnyTagClassName
{
color: #ED756F;
}
</style>
background-color css
<style>
a { background-color: #ED756F; }
a { background-color: rgb(237,117,111); }
div.DivClassName
{
background-color: #ED756F;
}
.BgClassName
{
background-color: #ED756F;
}
</style>
border-color css
<style>
span { border-color: #ED756F; }
span { border-color: rgb(237,117,111); }
td.TdClassName
{
border-color: #ED756F;
}
.TagClassName
{
border-color: #ED756F;
}
</style>