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