Shades of Geraldine #E06D6B
Tints of Geraldine #E06D6B
RGB
CMYK
RGB Variations
Color information
#E06D6B (or 0xE06D6B) is known color: Geraldine. HEX triplet: E0, 6D and 6B. RGB value is (224,109,107). Sum of RGB (Red+Green+Blue) = 224+109+107=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D6B is #1F9294. Grayscale: #8F8F8F. Windows color (decimal): -2069141 or 7040480. OLE color: 7040480.
HSL color Cylindrical-coordinate representation of color #E06D6B: hue angle of 1.03º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06D6B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 107 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.12 |
| HSL | 1.03º | 0.65% | 0.65% | - |
| HSV(B) | 1.03º | 0.52% | 0.88% | - |
| XYZ | 38.86 | 27.85 | 17.24 | - |
| YUV | 143.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 107 | 0 | 0.51 | 0.52 | 0.12 | 1.03 | 0.65 | 0.65 |
| Hex | E0 | 6D | 6B | 0 | 33 | 34 | C | 1 | 41 | 41 |
| Octal | 340 | 155 | 153 | 0 | 63 | 64 | 14 | 1 | 101 | 101 |
| Binary | 11100000 | 1101101 | 1101011 | 0 | 110011 | 110100 | 1100 | 1 | 1000001 | 1000001 |
Color Harmonies of #E06D6B
Complementary color
Monochromatic Colors of #E06D6B
Black with #E06D6B
Text Example
Text Example
White with #E06D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D6B; }
p { color: rgb(224,109,107); }
H1.HeaderClassName
{
color: #E06D6B;
}
.AnyTagClassName
{
color: #E06D6B;
}
</style>
background-color css
<style>
a { background-color: #E06D6B; }
a { background-color: rgb(224,109,107); }
div.DivClassName
{
background-color: #E06D6B;
}
.BgClassName
{
background-color: #E06D6B;
}
</style>
border-color css
<style>
span { border-color: #E06D6B; }
span { border-color: rgb(224,109,107); }
td.TdClassName
{
border-color: #E06D6B;
}
.TagClassName
{
border-color: #E06D6B;
}
</style>