Shades of Geraldine #EC7675
Tints of Geraldine #EC7675
RGB
CMYK
RGB Variations
Color information
#EC7675 (or 0xEC7675) is known color: Geraldine. HEX triplet: EC, 76 and 75. RGB value is (236,118,117). Sum of RGB (Red+Green+Blue) = 236+118+117=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7675 is #13898A. Grayscale: #999999. Windows color (decimal): -1280395 or 7698156. OLE color: 7698156.
HSL color Cylindrical-coordinate representation of color #EC7675: hue angle of 0.5º 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 #EC7675 is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 117 | - |
| CMYK | 0 | 0.5 | 0.50 | 0.07 |
| HSL | 0.5º | 0.76% | 0.69% | - |
| HSV(B) | 0.5º | 0.5% | 0.93% | - |
| XYZ | 44.28 | 32.07 | 20.69 | - |
| YUV | 153.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 117 | 0 | 0.5 | 0.50 | 0.07 | 0.5 | 0.76 | 0.69 |
| Hex | EC | 76 | 75 | 0 | 32 | 32 | 7 | 1 | 4C | 45 |
| Octal | 354 | 166 | 165 | 0 | 62 | 62 | 7 | 1 | 114 | 105 |
| Binary | 11101100 | 1110110 | 1110101 | 0 | 110010 | 110010 | 111 | 1 | 1001100 | 1000101 |
Color Harmonies of #EC7675
Complementary color
Monochromatic Colors of #EC7675
Black with #EC7675
Text Example
Text Example
White with #EC7675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7675; }
p { color: rgb(236,118,117); }
H1.HeaderClassName
{
color: #EC7675;
}
.AnyTagClassName
{
color: #EC7675;
}
</style>
background-color css
<style>
a { background-color: #EC7675; }
a { background-color: rgb(236,118,117); }
div.DivClassName
{
background-color: #EC7675;
}
.BgClassName
{
background-color: #EC7675;
}
</style>
border-color css
<style>
span { border-color: #EC7675; }
span { border-color: rgb(236,118,117); }
td.TdClassName
{
border-color: #EC7675;
}
.TagClassName
{
border-color: #EC7675;
}
</style>