Shades of Geraldine #ED7672
Tints of Geraldine #ED7672
RGB
CMYK
RGB Variations
Color information
#ED7672 (or 0xED7672) is known color: Geraldine. HEX triplet: ED, 76 and 72. RGB value is (237,118,114). Sum of RGB (Red+Green+Blue) = 237+118+114=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7672 is #12898D. Grayscale: #999999. Windows color (decimal): -1214862 or 7501549. OLE color: 7501549.
HSL color Cylindrical-coordinate representation of color #ED7672: hue angle of 1.95º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7672 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 114 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.07 |
| HSL | 1.95º | 0.77% | 0.69% | - |
| HSV(B) | 1.95º | 0.52% | 0.93% | - |
| XYZ | 44.44 | 32.18 | 19.79 | - |
| YUV | 153.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 114 | 0 | 0.50 | 0.52 | 0.07 | 1.95 | 0.77 | 0.69 |
| Hex | ED | 76 | 72 | 0 | 32 | 34 | 7 | 2 | 4D | 45 |
| Octal | 355 | 166 | 162 | 0 | 62 | 64 | 7 | 2 | 115 | 105 |
| Binary | 11101101 | 1110110 | 1110010 | 0 | 110010 | 110100 | 111 | 10 | 1001101 | 1000101 |
Color Harmonies of #ED7672
Complementary color
Monochromatic Colors of #ED7672
Black with #ED7672
Text Example
Text Example
White with #ED7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7672; }
p { color: rgb(237,118,114); }
H1.HeaderClassName
{
color: #ED7672;
}
.AnyTagClassName
{
color: #ED7672;
}
</style>
background-color css
<style>
a { background-color: #ED7672; }
a { background-color: rgb(237,118,114); }
div.DivClassName
{
background-color: #ED7672;
}
.BgClassName
{
background-color: #ED7672;
}
</style>
border-color css
<style>
span { border-color: #ED7672; }
span { border-color: rgb(237,118,114); }
td.TdClassName
{
border-color: #ED7672;
}
.TagClassName
{
border-color: #ED7672;
}
</style>