Shades of Geraldine #E06F6B
Tints of Geraldine #E06F6B
RGB
CMYK
RGB Variations
Color information
#E06F6B (or 0xE06F6B) is known color: Geraldine. HEX triplet: E0, 6F and 6B. RGB value is (224,111,107). Sum of RGB (Red+Green+Blue) = 224+111+107=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F6B is #1F9094. Grayscale: #909090. Windows color (decimal): -2068629 or 7040992. OLE color: 7040992.
HSL color Cylindrical-coordinate representation of color #E06F6B: hue angle of 2.05º 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 #E06F6B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 107 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.12 |
| HSL | 2.05º | 0.65% | 0.65% | - |
| HSV(B) | 2.05º | 0.52% | 0.88% | - |
| XYZ | 39.08 | 28.28 | 17.31 | - |
| YUV | 144.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 107 | 0 | 0.50 | 0.52 | 0.12 | 2.05 | 0.65 | 0.65 |
| Hex | E0 | 6F | 6B | 0 | 32 | 34 | C | 2 | 41 | 41 |
| Octal | 340 | 157 | 153 | 0 | 62 | 64 | 14 | 2 | 101 | 101 |
| Binary | 11100000 | 1101111 | 1101011 | 0 | 110010 | 110100 | 1100 | 10 | 1000001 | 1000001 |
Color Harmonies of #E06F6B
Complementary color
Monochromatic Colors of #E06F6B
Black with #E06F6B
Text Example
Text Example
White with #E06F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F6B; }
p { color: rgb(224,111,107); }
H1.HeaderClassName
{
color: #E06F6B;
}
.AnyTagClassName
{
color: #E06F6B;
}
</style>
background-color css
<style>
a { background-color: #E06F6B; }
a { background-color: rgb(224,111,107); }
div.DivClassName
{
background-color: #E06F6B;
}
.BgClassName
{
background-color: #E06F6B;
}
</style>
border-color css
<style>
span { border-color: #E06F6B; }
span { border-color: rgb(224,111,107); }
td.TdClassName
{
border-color: #E06F6B;
}
.TagClassName
{
border-color: #E06F6B;
}
</style>