Shades of Geraldine #E56B6B
Tints of Geraldine #E56B6B
RGB
CMYK
RGB Variations
Color information
#E56B6B (or 0xE56B6B) is known color: Geraldine. HEX triplet: E5, 6B and 6B. RGB value is (229,107,107). Sum of RGB (Red+Green+Blue) = 229+107+107=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56B6B is #1A9494. Grayscale: #8F8F8F. Windows color (decimal): -1741973 or 7039973. OLE color: 7039973.
HSL color Cylindrical-coordinate representation of color #E56B6B: hue angle of 0º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56B6B is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 107 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.10 |
| HSL | 0º | 0.7% | 0.66% | - |
| HSV(B) | 0º | 0.53% | 0.9% | - |
| XYZ | 40.22 | 28.23 | 17.24 | - |
| YUV | 143.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 107 | 0 | 0.53 | 0.53 | 0.10 | 0 | 0.7 | 0.66 |
| Hex | E5 | 6B | 6B | 0 | 35 | 35 | A | 0 | 46 | 42 |
| Octal | 345 | 153 | 153 | 0 | 65 | 65 | 12 | 0 | 106 | 102 |
| Binary | 11100101 | 1101011 | 1101011 | 0 | 110101 | 110101 | 1010 | 0 | 1000110 | 1000010 |
Color Harmonies of #E56B6B
Complementary color
Monochromatic Colors of #E56B6B
Black with #E56B6B
Text Example
Text Example
White with #E56B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B6B; }
p { color: rgb(229,107,107); }
H1.HeaderClassName
{
color: #E56B6B;
}
.AnyTagClassName
{
color: #E56B6B;
}
</style>
background-color css
<style>
a { background-color: #E56B6B; }
a { background-color: rgb(229,107,107); }
div.DivClassName
{
background-color: #E56B6B;
}
.BgClassName
{
background-color: #E56B6B;
}
</style>
border-color css
<style>
span { border-color: #E56B6B; }
span { border-color: rgb(229,107,107); }
td.TdClassName
{
border-color: #E56B6B;
}
.TagClassName
{
border-color: #E56B6B;
}
</style>