Shades of Geraldine #E06C6C
Tints of Geraldine #E06C6C
RGB
CMYK
RGB Variations
Color information
#E06C6C (or 0xE06C6C) is known color: Geraldine. HEX triplet: E0, 6C and 6C. RGB value is (224,108,108). Sum of RGB (Red+Green+Blue) = 224+108+108=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C6C is #1F9393. Grayscale: #8E8E8E. Windows color (decimal): -2069396 or 7105760. OLE color: 7105760.
HSL color Cylindrical-coordinate representation of color #E06C6C: hue angle of 0º 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 #E06C6C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 108 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.12 |
| HSL | 0º | 0.65% | 0.65% | - |
| HSV(B) | 0º | 0.52% | 0.88% | - |
| XYZ | 38.81 | 27.66 | 17.48 | - |
| YUV | 142.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 108 | 0 | 0.52 | 0.52 | 0.12 | 0 | 0.65 | 0.65 |
| Hex | E0 | 6C | 6C | 0 | 34 | 34 | C | 0 | 41 | 41 |
| Octal | 340 | 154 | 154 | 0 | 64 | 64 | 14 | 0 | 101 | 101 |
| Binary | 11100000 | 1101100 | 1101100 | 0 | 110100 | 110100 | 1100 | 0 | 1000001 | 1000001 |
Color Harmonies of #E06C6C
Complementary color
Monochromatic Colors of #E06C6C
Black with #E06C6C
Text Example
Text Example
White with #E06C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C6C; }
p { color: rgb(224,108,108); }
H1.HeaderClassName
{
color: #E06C6C;
}
.AnyTagClassName
{
color: #E06C6C;
}
</style>
background-color css
<style>
a { background-color: #E06C6C; }
a { background-color: rgb(224,108,108); }
div.DivClassName
{
background-color: #E06C6C;
}
.BgClassName
{
background-color: #E06C6C;
}
</style>
border-color css
<style>
span { border-color: #E06C6C; }
span { border-color: rgb(224,108,108); }
td.TdClassName
{
border-color: #E06C6C;
}
.TagClassName
{
border-color: #E06C6C;
}
</style>