Shades of Geraldine #ED7B71
Tints of Geraldine #ED7B71
RGB
CMYK
RGB Variations
Color information
#ED7B71 (or 0xED7B71) is known color: Geraldine. HEX triplet: ED, 7B and 71. RGB value is (237,123,113). Sum of RGB (Red+Green+Blue) = 237+123+113=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B71 is #12848E. Grayscale: #9C9C9C. Windows color (decimal): -1213583 or 7437293. OLE color: 7437293.
HSL color Cylindrical-coordinate representation of color #ED7B71: hue angle of 4.84º 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 #ED7B71 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 113 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.07 |
| HSL | 4.84º | 0.78% | 0.69% | - |
| HSV(B) | 4.84º | 0.52% | 0.93% | - |
| XYZ | 44.99 | 33.36 | 19.69 | - |
| YUV | 155.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 113 | 0 | 0.48 | 0.52 | 0.07 | 4.84 | 0.78 | 0.69 |
| Hex | ED | 7B | 71 | 0 | 30 | 34 | 7 | 5 | 4E | 45 |
| Octal | 355 | 173 | 161 | 0 | 60 | 64 | 7 | 5 | 116 | 105 |
| Binary | 11101101 | 1111011 | 1110001 | 0 | 110000 | 110100 | 111 | 101 | 1001110 | 1000101 |
Color Harmonies of #ED7B71
Complementary color
Monochromatic Colors of #ED7B71
Black with #ED7B71
Text Example
Text Example
White with #ED7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B71; }
p { color: rgb(237,123,113); }
H1.HeaderClassName
{
color: #ED7B71;
}
.AnyTagClassName
{
color: #ED7B71;
}
</style>
background-color css
<style>
a { background-color: #ED7B71; }
a { background-color: rgb(237,123,113); }
div.DivClassName
{
background-color: #ED7B71;
}
.BgClassName
{
background-color: #ED7B71;
}
</style>
border-color css
<style>
span { border-color: #ED7B71; }
span { border-color: rgb(237,123,113); }
td.TdClassName
{
border-color: #ED7B71;
}
.TagClassName
{
border-color: #ED7B71;
}
</style>