Shades of Geraldine #EC7F7A
Tints of Geraldine #EC7F7A
RGB
CMYK
RGB Variations
Color information
#EC7F7A (or 0xEC7F7A) is known color: Geraldine. HEX triplet: EC, 7F and 7A. RGB value is (236,127,122). Sum of RGB (Red+Green+Blue) = 236+127+122=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F7A is #138085. Grayscale: #9F9F9F. Windows color (decimal): -1278086 or 8028140. OLE color: 8028140.
HSL color Cylindrical-coordinate representation of color #EC7F7A: hue angle of 2.63º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7F7A is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 122 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.07 |
| HSL | 2.63º | 0.75% | 0.7% | - |
| HSV(B) | 2.63º | 0.48% | 0.93% | - |
| XYZ | 45.69 | 34.42 | 22.65 | - |
| YUV | 159.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 122 | 0 | 0.46 | 0.48 | 0.07 | 2.63 | 0.75 | 0.7 |
| Hex | EC | 7F | 7A | 0 | 2E | 30 | 7 | 3 | 4B | 46 |
| Octal | 354 | 177 | 172 | 0 | 56 | 60 | 7 | 3 | 113 | 106 |
| Binary | 11101100 | 1111111 | 1111010 | 0 | 101110 | 110000 | 111 | 11 | 1001011 | 1000110 |
Color Harmonies of #EC7F7A
Complementary color
Monochromatic Colors of #EC7F7A
Black with #EC7F7A
Text Example
Text Example
White with #EC7F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F7A; }
p { color: rgb(236,127,122); }
H1.HeaderClassName
{
color: #EC7F7A;
}
.AnyTagClassName
{
color: #EC7F7A;
}
</style>
background-color css
<style>
a { background-color: #EC7F7A; }
a { background-color: rgb(236,127,122); }
div.DivClassName
{
background-color: #EC7F7A;
}
.BgClassName
{
background-color: #EC7F7A;
}
</style>
border-color css
<style>
span { border-color: #EC7F7A; }
span { border-color: rgb(236,127,122); }
td.TdClassName
{
border-color: #EC7F7A;
}
.TagClassName
{
border-color: #EC7F7A;
}
</style>