Shades of Geraldine #EC816B
Tints of Geraldine #EC816B
RGB
CMYK
RGB Variations
Color information
#EC816B (or 0xEC816B) is known color: Geraldine. HEX triplet: EC, 81 and 6B. RGB value is (236,129,107). Sum of RGB (Red+Green+Blue) = 236+129+107=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC816B is #137E94. Grayscale: #9E9E9E. Windows color (decimal): -1277589 or 7045612. OLE color: 7045612.
HSL color Cylindrical-coordinate representation of color #EC816B: hue angle of 10.23º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC816B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 107 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.07 |
| HSL | 10.23º | 0.77% | 0.67% | - |
| HSV(B) | 10.23º | 0.55% | 0.93% | - |
| XYZ | 45.1 | 34.59 | 18.21 | - |
| YUV | 158.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 107 | 0 | 0.45 | 0.55 | 0.07 | 10.23 | 0.77 | 0.67 |
| Hex | EC | 81 | 6B | 0 | 2D | 37 | 7 | A | 4D | 43 |
| Octal | 354 | 201 | 153 | 0 | 55 | 67 | 7 | 12 | 115 | 103 |
| Binary | 11101100 | 10000001 | 1101011 | 0 | 101101 | 110111 | 111 | 1010 | 1001101 | 1000011 |
Color Harmonies of #EC816B
Complementary color
Monochromatic Colors of #EC816B
Black with #EC816B
Text Example
Text Example
White with #EC816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC816B; }
p { color: rgb(236,129,107); }
H1.HeaderClassName
{
color: #EC816B;
}
.AnyTagClassName
{
color: #EC816B;
}
</style>
background-color css
<style>
a { background-color: #EC816B; }
a { background-color: rgb(236,129,107); }
div.DivClassName
{
background-color: #EC816B;
}
.BgClassName
{
background-color: #EC816B;
}
</style>
border-color css
<style>
span { border-color: #EC816B; }
span { border-color: rgb(236,129,107); }
td.TdClassName
{
border-color: #EC816B;
}
.TagClassName
{
border-color: #EC816B;
}
</style>