Shades of Geraldine #ED7972
Tints of Geraldine #ED7972
RGB
CMYK
RGB Variations
Color information
#ED7972 (or 0xED7972) is known color: Geraldine. HEX triplet: ED, 79 and 72. RGB value is (237,121,114). Sum of RGB (Red+Green+Blue) = 237+121+114=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7972 is #12868D. Grayscale: #9B9B9B. Windows color (decimal): -1214094 or 7502317. OLE color: 7502317.
HSL color Cylindrical-coordinate representation of color #ED7972: hue angle of 3.41º 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 #ED7972 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 121 | 114 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.07 |
| HSL | 3.41º | 0.77% | 0.69% | - |
| HSV(B) | 3.41º | 0.52% | 0.93% | - |
| XYZ | 44.8 | 32.89 | 19.91 | - |
| YUV | 154.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 121 | 114 | 0 | 0.49 | 0.52 | 0.07 | 3.41 | 0.77 | 0.69 |
| Hex | ED | 79 | 72 | 0 | 31 | 34 | 7 | 3 | 4D | 45 |
| Octal | 355 | 171 | 162 | 0 | 61 | 64 | 7 | 3 | 115 | 105 |
| Binary | 11101101 | 1111001 | 1110010 | 0 | 110001 | 110100 | 111 | 11 | 1001101 | 1000101 |
Color Harmonies of #ED7972
Complementary color
Monochromatic Colors of #ED7972
Black with #ED7972
Text Example
Text Example
White with #ED7972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7972; }
p { color: rgb(237,121,114); }
H1.HeaderClassName
{
color: #ED7972;
}
.AnyTagClassName
{
color: #ED7972;
}
</style>
background-color css
<style>
a { background-color: #ED7972; }
a { background-color: rgb(237,121,114); }
div.DivClassName
{
background-color: #ED7972;
}
.BgClassName
{
background-color: #ED7972;
}
</style>
border-color css
<style>
span { border-color: #ED7972; }
span { border-color: rgb(237,121,114); }
td.TdClassName
{
border-color: #ED7972;
}
.TagClassName
{
border-color: #ED7972;
}
</style>