Shades of Geraldine #ED7B72
Tints of Geraldine #ED7B72
RGB
CMYK
RGB Variations
Color information
#ED7B72 (or 0xED7B72) is known color: Geraldine. HEX triplet: ED, 7B and 72. RGB value is (237,123,114). Sum of RGB (Red+Green+Blue) = 237+123+114=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B72 is #12848D. Grayscale: #9C9C9C. Windows color (decimal): -1213582 or 7502829. OLE color: 7502829.
HSL color Cylindrical-coordinate representation of color #ED7B72: hue angle of 4.39º 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 #ED7B72 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 114 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.07 |
| HSL | 4.39º | 0.77% | 0.69% | - |
| HSV(B) | 4.39º | 0.52% | 0.93% | - |
| XYZ | 45.05 | 33.39 | 19.99 | - |
| YUV | 156.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 114 | 0 | 0.48 | 0.52 | 0.07 | 4.39 | 0.77 | 0.69 |
| Hex | ED | 7B | 72 | 0 | 30 | 34 | 7 | 4 | 4D | 45 |
| Octal | 355 | 173 | 162 | 0 | 60 | 64 | 7 | 4 | 115 | 105 |
| Binary | 11101101 | 1111011 | 1110010 | 0 | 110000 | 110100 | 111 | 100 | 1001101 | 1000101 |
Color Harmonies of #ED7B72
Complementary color
Monochromatic Colors of #ED7B72
Black with #ED7B72
Text Example
Text Example
White with #ED7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B72; }
p { color: rgb(237,123,114); }
H1.HeaderClassName
{
color: #ED7B72;
}
.AnyTagClassName
{
color: #ED7B72;
}
</style>
background-color css
<style>
a { background-color: #ED7B72; }
a { background-color: rgb(237,123,114); }
div.DivClassName
{
background-color: #ED7B72;
}
.BgClassName
{
background-color: #ED7B72;
}
</style>
border-color css
<style>
span { border-color: #ED7B72; }
span { border-color: rgb(237,123,114); }
td.TdClassName
{
border-color: #ED7B72;
}
.TagClassName
{
border-color: #ED7B72;
}
</style>