Shades of Geraldine #E06F6E
Tints of Geraldine #E06F6E
RGB
CMYK
RGB Variations
Color information
#E06F6E (or 0xE06F6E) is known color: Geraldine. HEX triplet: E0, 6F and 6E. RGB value is (224,111,110). Sum of RGB (Red+Green+Blue) = 224+111+110=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F6E is #1F9091. Grayscale: #909090. Windows color (decimal): -2068626 or 7237600. OLE color: 7237600.
HSL color Cylindrical-coordinate representation of color #E06F6E: hue angle of 0.53º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06F6E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 110 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.12 |
| HSL | 0.53º | 0.65% | 0.65% | - |
| HSV(B) | 0.53º | 0.51% | 0.88% | - |
| XYZ | 39.24 | 28.34 | 18.15 | - |
| YUV | 144.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 110 | 0 | 0.50 | 0.51 | 0.12 | 0.53 | 0.65 | 0.65 |
| Hex | E0 | 6F | 6E | 0 | 32 | 33 | C | 1 | 41 | 41 |
| Octal | 340 | 157 | 156 | 0 | 62 | 63 | 14 | 1 | 101 | 101 |
| Binary | 11100000 | 1101111 | 1101110 | 0 | 110010 | 110011 | 1100 | 1 | 1000001 | 1000001 |
Color Harmonies of #E06F6E
Complementary color
Monochromatic Colors of #E06F6E
Black with #E06F6E
Text Example
Text Example
White with #E06F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F6E; }
p { color: rgb(224,111,110); }
H1.HeaderClassName
{
color: #E06F6E;
}
.AnyTagClassName
{
color: #E06F6E;
}
</style>
background-color css
<style>
a { background-color: #E06F6E; }
a { background-color: rgb(224,111,110); }
div.DivClassName
{
background-color: #E06F6E;
}
.BgClassName
{
background-color: #E06F6E;
}
</style>
border-color css
<style>
span { border-color: #E06F6E; }
span { border-color: rgb(224,111,110); }
td.TdClassName
{
border-color: #E06F6E;
}
.TagClassName
{
border-color: #E06F6E;
}
</style>