Shades of Geraldine #ED8175
Tints of Geraldine #ED8175
RGB
CMYK
RGB Variations
Color information
#ED8175 (or 0xED8175) is known color: Geraldine. HEX triplet: ED, 81 and 75. RGB value is (237,129,117). Sum of RGB (Red+Green+Blue) = 237+129+117=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8175 is #127E8A. Grayscale: #A0A0A0. Windows color (decimal): -1212043 or 7700973. OLE color: 7700973.
HSL color Cylindrical-coordinate representation of color #ED8175: hue angle of 6º 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 #ED8175 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 117 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.07 |
| HSL | 6º | 0.77% | 0.69% | - |
| HSV(B) | 6º | 0.51% | 0.93% | - |
| XYZ | 45.99 | 34.99 | 21.16 | - |
| YUV | 159.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 117 | 0 | 0.46 | 0.51 | 0.07 | 6 | 0.77 | 0.69 |
| Hex | ED | 81 | 75 | 0 | 2E | 33 | 7 | 6 | 4D | 45 |
| Octal | 355 | 201 | 165 | 0 | 56 | 63 | 7 | 6 | 115 | 105 |
| Binary | 11101101 | 10000001 | 1110101 | 0 | 101110 | 110011 | 111 | 110 | 1001101 | 1000101 |
Color Harmonies of #ED8175
Complementary color
Monochromatic Colors of #ED8175
Black with #ED8175
Text Example
Text Example
White with #ED8175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8175; }
p { color: rgb(237,129,117); }
H1.HeaderClassName
{
color: #ED8175;
}
.AnyTagClassName
{
color: #ED8175;
}
</style>
background-color css
<style>
a { background-color: #ED8175; }
a { background-color: rgb(237,129,117); }
div.DivClassName
{
background-color: #ED8175;
}
.BgClassName
{
background-color: #ED8175;
}
</style>
border-color css
<style>
span { border-color: #ED8175; }
span { border-color: rgb(237,129,117); }
td.TdClassName
{
border-color: #ED8175;
}
.TagClassName
{
border-color: #ED8175;
}
</style>