Shades of Geraldine #EC7975
Tints of Geraldine #EC7975
RGB
CMYK
RGB Variations
Color information
#EC7975 (or 0xEC7975) is known color: Geraldine. HEX triplet: EC, 79 and 75. RGB value is (236,121,117). Sum of RGB (Red+Green+Blue) = 236+121+117=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7975 is #13868A. Grayscale: #9B9B9B. Windows color (decimal): -1279627 or 7698924. OLE color: 7698924.
HSL color Cylindrical-coordinate representation of color #EC7975: hue angle of 2.02º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7975 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 117 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.07 |
| HSL | 2.02º | 0.76% | 0.69% | - |
| HSV(B) | 2.02º | 0.5% | 0.93% | - |
| XYZ | 44.64 | 32.79 | 20.81 | - |
| YUV | 154.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 117 | 0 | 0.49 | 0.50 | 0.07 | 2.02 | 0.76 | 0.69 |
| Hex | EC | 79 | 75 | 0 | 31 | 32 | 7 | 2 | 4C | 45 |
| Octal | 354 | 171 | 165 | 0 | 61 | 62 | 7 | 2 | 114 | 105 |
| Binary | 11101100 | 1111001 | 1110101 | 0 | 110001 | 110010 | 111 | 10 | 1001100 | 1000101 |
Color Harmonies of #EC7975
Complementary color
Monochromatic Colors of #EC7975
Black with #EC7975
Text Example
Text Example
White with #EC7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7975; }
p { color: rgb(236,121,117); }
H1.HeaderClassName
{
color: #EC7975;
}
.AnyTagClassName
{
color: #EC7975;
}
</style>
background-color css
<style>
a { background-color: #EC7975; }
a { background-color: rgb(236,121,117); }
div.DivClassName
{
background-color: #EC7975;
}
.BgClassName
{
background-color: #EC7975;
}
</style>
border-color css
<style>
span { border-color: #EC7975; }
span { border-color: rgb(236,121,117); }
td.TdClassName
{
border-color: #EC7975;
}
.TagClassName
{
border-color: #EC7975;
}
</style>