Shades of Geraldine #ED7F74
Tints of Geraldine #ED7F74
RGB
CMYK
RGB Variations
Color information
#ED7F74 (or 0xED7F74) is known color: Geraldine. HEX triplet: ED, 7F and 74. RGB value is (237,127,116). Sum of RGB (Red+Green+Blue) = 237+127+116=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F74 is #12808B. Grayscale: #9E9E9E. Windows color (decimal): -1212556 or 7634925. OLE color: 7634925.
HSL color Cylindrical-coordinate representation of color #ED7F74: hue angle of 5.45º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7F74 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 116 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.07 |
| HSL | 5.45º | 0.77% | 0.69% | - |
| HSV(B) | 5.45º | 0.51% | 0.93% | - |
| XYZ | 45.67 | 34.44 | 20.76 | - |
| YUV | 158.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 116 | 0 | 0.46 | 0.51 | 0.07 | 5.45 | 0.77 | 0.69 |
| Hex | ED | 7F | 74 | 0 | 2E | 33 | 7 | 5 | 4D | 45 |
| Octal | 355 | 177 | 164 | 0 | 56 | 63 | 7 | 5 | 115 | 105 |
| Binary | 11101101 | 1111111 | 1110100 | 0 | 101110 | 110011 | 111 | 101 | 1001101 | 1000101 |
Color Harmonies of #ED7F74
Complementary color
Monochromatic Colors of #ED7F74
Black with #ED7F74
Text Example
Text Example
White with #ED7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F74; }
p { color: rgb(237,127,116); }
H1.HeaderClassName
{
color: #ED7F74;
}
.AnyTagClassName
{
color: #ED7F74;
}
</style>
background-color css
<style>
a { background-color: #ED7F74; }
a { background-color: rgb(237,127,116); }
div.DivClassName
{
background-color: #ED7F74;
}
.BgClassName
{
background-color: #ED7F74;
}
</style>
border-color css
<style>
span { border-color: #ED7F74; }
span { border-color: rgb(237,127,116); }
td.TdClassName
{
border-color: #ED7F74;
}
.TagClassName
{
border-color: #ED7F74;
}
</style>