Shades of Geraldine #EC8572
Tints of Geraldine #EC8572
RGB
CMYK
RGB Variations
Color information
#EC8572 (or 0xEC8572) is known color: Geraldine. HEX triplet: EC, 85 and 72. RGB value is (236,133,114). Sum of RGB (Red+Green+Blue) = 236+133+114=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8572 is #137A8D. Grayscale: #A1A1A1. Windows color (decimal): -1276558 or 7505388. OLE color: 7505388.
HSL color Cylindrical-coordinate representation of color #EC8572: hue angle of 9.34º 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 #EC8572 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 114 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.07 |
| HSL | 9.34º | 0.76% | 0.69% | - |
| HSV(B) | 9.34º | 0.52% | 0.93% | - |
| XYZ | 46.02 | 35.82 | 20.41 | - |
| YUV | 161.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 114 | 0 | 0.44 | 0.52 | 0.07 | 9.34 | 0.76 | 0.69 |
| Hex | EC | 85 | 72 | 0 | 2C | 34 | 7 | 9 | 4C | 45 |
| Octal | 354 | 205 | 162 | 0 | 54 | 64 | 7 | 11 | 114 | 105 |
| Binary | 11101100 | 10000101 | 1110010 | 0 | 101100 | 110100 | 111 | 1001 | 1001100 | 1000101 |
Color Harmonies of #EC8572
Complementary color
Monochromatic Colors of #EC8572
Black with #EC8572
Text Example
Text Example
White with #EC8572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8572; }
p { color: rgb(236,133,114); }
H1.HeaderClassName
{
color: #EC8572;
}
.AnyTagClassName
{
color: #EC8572;
}
</style>
background-color css
<style>
a { background-color: #EC8572; }
a { background-color: rgb(236,133,114); }
div.DivClassName
{
background-color: #EC8572;
}
.BgClassName
{
background-color: #EC8572;
}
</style>
border-color css
<style>
span { border-color: #EC8572; }
span { border-color: rgb(236,133,114); }
td.TdClassName
{
border-color: #EC8572;
}
.TagClassName
{
border-color: #EC8572;
}
</style>