Shades of Geraldine #E0716A
Tints of Geraldine #E0716A
RGB
CMYK
RGB Variations
Color information
#E0716A (or 0xE0716A) is known color: Geraldine. HEX triplet: E0, 71 and 6A. RGB value is (224,113,106). Sum of RGB (Red+Green+Blue) = 224+113+106=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0716A is #1F8E95. Grayscale: #919191. Windows color (decimal): -2068118 or 6975968. OLE color: 6975968.
HSL color Cylindrical-coordinate representation of color #E0716A: hue angle of 3.56º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0716A is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 106 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.12 |
| HSL | 3.56º | 0.66% | 0.65% | - |
| HSV(B) | 3.56º | 0.53% | 0.88% | - |
| XYZ | 39.25 | 28.7 | 17.11 | - |
| YUV | 145.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 106 | 0 | 0.50 | 0.53 | 0.12 | 3.56 | 0.66 | 0.65 |
| Hex | E0 | 71 | 6A | 0 | 32 | 35 | C | 4 | 42 | 41 |
| Octal | 340 | 161 | 152 | 0 | 62 | 65 | 14 | 4 | 102 | 101 |
| Binary | 11100000 | 1110001 | 1101010 | 0 | 110010 | 110101 | 1100 | 100 | 1000010 | 1000001 |
Color Harmonies of #E0716A
Complementary color
Monochromatic Colors of #E0716A
Black with #E0716A
Text Example
Text Example
White with #E0716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0716A; }
p { color: rgb(224,113,106); }
H1.HeaderClassName
{
color: #E0716A;
}
.AnyTagClassName
{
color: #E0716A;
}
</style>
background-color css
<style>
a { background-color: #E0716A; }
a { background-color: rgb(224,113,106); }
div.DivClassName
{
background-color: #E0716A;
}
.BgClassName
{
background-color: #E0716A;
}
</style>
border-color css
<style>
span { border-color: #E0716A; }
span { border-color: rgb(224,113,106); }
td.TdClassName
{
border-color: #E0716A;
}
.TagClassName
{
border-color: #E0716A;
}
</style>