Shades of Geraldine #EC8270
Tints of Geraldine #EC8270
RGB
CMYK
RGB Variations
Color information
#EC8270 (or 0xEC8270) is known color: Geraldine. HEX triplet: EC, 82 and 70. RGB value is (236,130,112). Sum of RGB (Red+Green+Blue) = 236+130+112=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8270 is #137D8F. Grayscale: #9F9F9F. Windows color (decimal): -1277328 or 7373548. OLE color: 7373548.
HSL color Cylindrical-coordinate representation of color #EC8270: hue angle of 8.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC8270 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 112 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.07 |
| HSL | 8.71º | 0.77% | 0.68% | - |
| HSV(B) | 8.71º | 0.53% | 0.93% | - |
| XYZ | 45.5 | 34.97 | 19.68 | - |
| YUV | 159.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 112 | 0 | 0.45 | 0.53 | 0.07 | 8.71 | 0.77 | 0.68 |
| Hex | EC | 82 | 70 | 0 | 2D | 35 | 7 | 9 | 4D | 44 |
| Octal | 354 | 202 | 160 | 0 | 55 | 65 | 7 | 11 | 115 | 104 |
| Binary | 11101100 | 10000010 | 1110000 | 0 | 101101 | 110101 | 111 | 1001 | 1001101 | 1000100 |
Color Harmonies of #EC8270
Complementary color
Monochromatic Colors of #EC8270
Black with #EC8270
Text Example
Text Example
White with #EC8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8270; }
p { color: rgb(236,130,112); }
H1.HeaderClassName
{
color: #EC8270;
}
.AnyTagClassName
{
color: #EC8270;
}
</style>
background-color css
<style>
a { background-color: #EC8270; }
a { background-color: rgb(236,130,112); }
div.DivClassName
{
background-color: #EC8270;
}
.BgClassName
{
background-color: #EC8270;
}
</style>
border-color css
<style>
span { border-color: #EC8270; }
span { border-color: rgb(236,130,112); }
td.TdClassName
{
border-color: #EC8270;
}
.TagClassName
{
border-color: #EC8270;
}
</style>