Shades of Geraldine #EC8274
Tints of Geraldine #EC8274
RGB
CMYK
RGB Variations
Color information
#EC8274 (or 0xEC8274) is known color: Geraldine. HEX triplet: EC, 82 and 74. RGB value is (236,130,116). Sum of RGB (Red+Green+Blue) = 236+130+116=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8274 is #137D8B. Grayscale: #A0A0A0. Windows color (decimal): -1277324 or 7635692. OLE color: 7635692.
HSL color Cylindrical-coordinate representation of color #EC8274: hue angle of 7º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC8274 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 116 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.07 |
| HSL | 7º | 0.76% | 0.69% | - |
| HSV(B) | 7º | 0.51% | 0.93% | - |
| XYZ | 45.73 | 35.06 | 20.88 | - |
| YUV | 160.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 116 | 0 | 0.45 | 0.51 | 0.07 | 7 | 0.76 | 0.69 |
| Hex | EC | 82 | 74 | 0 | 2D | 33 | 7 | 7 | 4C | 45 |
| Octal | 354 | 202 | 164 | 0 | 55 | 63 | 7 | 7 | 114 | 105 |
| Binary | 11101100 | 10000010 | 1110100 | 0 | 101101 | 110011 | 111 | 111 | 1001100 | 1000101 |
Color Harmonies of #EC8274
Complementary color
Monochromatic Colors of #EC8274
Black with #EC8274
Text Example
Text Example
White with #EC8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8274; }
p { color: rgb(236,130,116); }
H1.HeaderClassName
{
color: #EC8274;
}
.AnyTagClassName
{
color: #EC8274;
}
</style>
background-color css
<style>
a { background-color: #EC8274; }
a { background-color: rgb(236,130,116); }
div.DivClassName
{
background-color: #EC8274;
}
.BgClassName
{
background-color: #EC8274;
}
</style>
border-color css
<style>
span { border-color: #EC8274; }
span { border-color: rgb(236,130,116); }
td.TdClassName
{
border-color: #EC8274;
}
.TagClassName
{
border-color: #EC8274;
}
</style>