Shades of Geraldine #E06F6D
Tints of Geraldine #E06F6D
RGB
CMYK
RGB Variations
Color information
#E06F6D (or 0xE06F6D) is known color: Geraldine. HEX triplet: E0, 6F and 6D. RGB value is (224,111,109). Sum of RGB (Red+Green+Blue) = 224+111+109=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F6D is #1F9092. Grayscale: #909090. Windows color (decimal): -2068627 or 7172064. OLE color: 7172064.
HSL color Cylindrical-coordinate representation of color #E06F6D: hue angle of 1.04º 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 #E06F6D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 109 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.12 |
| HSL | 1.04º | 0.65% | 0.65% | - |
| HSV(B) | 1.04º | 0.51% | 0.88% | - |
| XYZ | 39.19 | 28.32 | 17.87 | - |
| YUV | 144.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 109 | 0 | 0.50 | 0.51 | 0.12 | 1.04 | 0.65 | 0.65 |
| Hex | E0 | 6F | 6D | 0 | 32 | 33 | C | 1 | 41 | 41 |
| Octal | 340 | 157 | 155 | 0 | 62 | 63 | 14 | 1 | 101 | 101 |
| Binary | 11100000 | 1101111 | 1101101 | 0 | 110010 | 110011 | 1100 | 1 | 1000001 | 1000001 |
Color Harmonies of #E06F6D
Complementary color
Monochromatic Colors of #E06F6D
Black with #E06F6D
Text Example
Text Example
White with #E06F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F6D; }
p { color: rgb(224,111,109); }
H1.HeaderClassName
{
color: #E06F6D;
}
.AnyTagClassName
{
color: #E06F6D;
}
</style>
background-color css
<style>
a { background-color: #E06F6D; }
a { background-color: rgb(224,111,109); }
div.DivClassName
{
background-color: #E06F6D;
}
.BgClassName
{
background-color: #E06F6D;
}
</style>
border-color css
<style>
span { border-color: #E06F6D; }
span { border-color: rgb(224,111,109); }
td.TdClassName
{
border-color: #E06F6D;
}
.TagClassName
{
border-color: #E06F6D;
}
</style>