Shades of Geraldine #ED7372
Tints of Geraldine #ED7372
RGB
CMYK
RGB Variations
Color information
#ED7372 (or 0xED7372) is known color: Geraldine. HEX triplet: ED, 73 and 72. RGB value is (237,115,114). Sum of RGB (Red+Green+Blue) = 237+115+114=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7372 is #128C8D. Grayscale: #979797. Windows color (decimal): -1215630 or 7500781. OLE color: 7500781.
HSL color Cylindrical-coordinate representation of color #ED7372: hue angle of 0.49º 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 #ED7372 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 114 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.07 |
| HSL | 0.49º | 0.77% | 0.69% | - |
| HSV(B) | 0.49º | 0.52% | 0.93% | - |
| XYZ | 44.09 | 31.48 | 19.67 | - |
| YUV | 151.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 114 | 0 | 0.51 | 0.52 | 0.07 | 0.49 | 0.77 | 0.69 |
| Hex | ED | 73 | 72 | 0 | 33 | 34 | 7 | 0 | 4D | 45 |
| Octal | 355 | 163 | 162 | 0 | 63 | 64 | 7 | 0 | 115 | 105 |
| Binary | 11101101 | 1110011 | 1110010 | 0 | 110011 | 110100 | 111 | 0 | 1001101 | 1000101 |
Color Harmonies of #ED7372
Complementary color
Monochromatic Colors of #ED7372
Black with #ED7372
Text Example
Text Example
White with #ED7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7372; }
p { color: rgb(237,115,114); }
H1.HeaderClassName
{
color: #ED7372;
}
.AnyTagClassName
{
color: #ED7372;
}
</style>
background-color css
<style>
a { background-color: #ED7372; }
a { background-color: rgb(237,115,114); }
div.DivClassName
{
background-color: #ED7372;
}
.BgClassName
{
background-color: #ED7372;
}
</style>
border-color css
<style>
span { border-color: #ED7372; }
span { border-color: rgb(237,115,114); }
td.TdClassName
{
border-color: #ED7372;
}
.TagClassName
{
border-color: #ED7372;
}
</style>