Shades of Geraldine #EC7777
Tints of Geraldine #EC7777
RGB
CMYK
RGB Variations
Color information
#EC7777 (or 0xEC7777) is known color: Geraldine. HEX triplet: EC, 77 and 77. RGB value is (236,119,119). Sum of RGB (Red+Green+Blue) = 236+119+119=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7777 is #138888. Grayscale: #9A9A9A. Windows color (decimal): -1280137 or 7829484. OLE color: 7829484.
HSL color Cylindrical-coordinate representation of color #EC7777: hue angle of 0º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7777 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 119 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.07 |
| HSL | 0º | 0.75% | 0.7% | - |
| HSV(B) | 0º | 0.5% | 0.93% | - |
| XYZ | 44.52 | 32.36 | 21.35 | - |
| YUV | 153.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 119 | 0 | 0.50 | 0.50 | 0.07 | 0 | 0.75 | 0.7 |
| Hex | EC | 77 | 77 | 0 | 32 | 32 | 7 | 0 | 4B | 46 |
| Octal | 354 | 167 | 167 | 0 | 62 | 62 | 7 | 0 | 113 | 106 |
| Binary | 11101100 | 1110111 | 1110111 | 0 | 110010 | 110010 | 111 | 0 | 1001011 | 1000110 |
Color Harmonies of #EC7777
Complementary color
Monochromatic Colors of #EC7777
Black with #EC7777
Text Example
Text Example
White with #EC7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7777; }
p { color: rgb(236,119,119); }
H1.HeaderClassName
{
color: #EC7777;
}
.AnyTagClassName
{
color: #EC7777;
}
</style>
background-color css
<style>
a { background-color: #EC7777; }
a { background-color: rgb(236,119,119); }
div.DivClassName
{
background-color: #EC7777;
}
.BgClassName
{
background-color: #EC7777;
}
</style>
border-color css
<style>
span { border-color: #EC7777; }
span { border-color: rgb(236,119,119); }
td.TdClassName
{
border-color: #EC7777;
}
.TagClassName
{
border-color: #EC7777;
}
</style>