Shades of Geraldine #EC8072
Tints of Geraldine #EC8072
RGB
CMYK
RGB Variations
Color information
#EC8072 (or 0xEC8072) is known color: Geraldine. HEX triplet: EC, 80 and 72. RGB value is (236,128,114). Sum of RGB (Red+Green+Blue) = 236+128+114=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8072 is #137F8D. Grayscale: #9E9E9E. Windows color (decimal): -1277838 or 7504108. OLE color: 7504108.
HSL color Cylindrical-coordinate representation of color #EC8072: hue angle of 6.89º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC8072 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 114 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.07 |
| HSL | 6.89º | 0.76% | 0.69% | - |
| HSV(B) | 6.89º | 0.52% | 0.93% | - |
| XYZ | 45.35 | 34.49 | 20.19 | - |
| YUV | 158.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 114 | 0 | 0.46 | 0.52 | 0.07 | 6.89 | 0.76 | 0.69 |
| Hex | EC | 80 | 72 | 0 | 2E | 34 | 7 | 7 | 4C | 45 |
| Octal | 354 | 200 | 162 | 0 | 56 | 64 | 7 | 7 | 114 | 105 |
| Binary | 11101100 | 10000000 | 1110010 | 0 | 101110 | 110100 | 111 | 111 | 1001100 | 1000101 |
Color Harmonies of #EC8072
Complementary color
Monochromatic Colors of #EC8072
Black with #EC8072
Text Example
Text Example
White with #EC8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8072; }
p { color: rgb(236,128,114); }
H1.HeaderClassName
{
color: #EC8072;
}
.AnyTagClassName
{
color: #EC8072;
}
</style>
background-color css
<style>
a { background-color: #EC8072; }
a { background-color: rgb(236,128,114); }
div.DivClassName
{
background-color: #EC8072;
}
.BgClassName
{
background-color: #EC8072;
}
</style>
border-color css
<style>
span { border-color: #EC8072; }
span { border-color: rgb(236,128,114); }
td.TdClassName
{
border-color: #EC8072;
}
.TagClassName
{
border-color: #EC8072;
}
</style>