Shades of Geraldine #E07B76
Tints of Geraldine #E07B76
RGB
CMYK
RGB Variations
Color information
#E07B76 (or 0xE07B76) is known color: Geraldine. HEX triplet: E0, 7B and 76. RGB value is (224,123,118). Sum of RGB (Red+Green+Blue) = 224+123+118=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B76 is #1F8489. Grayscale: #989898. Windows color (decimal): -2065546 or 7764960. OLE color: 7764960.
HSL color Cylindrical-coordinate representation of color #E07B76: hue angle of 2.83º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07B76 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 118 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.12 |
| HSL | 2.83º | 0.63% | 0.67% | - |
| HSV(B) | 2.83º | 0.47% | 0.88% | - |
| XYZ | 41.09 | 31.32 | 21.02 | - |
| YUV | 152.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 118 | 0 | 0.45 | 0.47 | 0.12 | 2.83 | 0.63 | 0.67 |
| Hex | E0 | 7B | 76 | 0 | 2D | 2F | C | 3 | 3F | 43 |
| Octal | 340 | 173 | 166 | 0 | 55 | 57 | 14 | 3 | 77 | 103 |
| Binary | 11100000 | 1111011 | 1110110 | 0 | 101101 | 101111 | 1100 | 11 | 111111 | 1000011 |
Color Harmonies of #E07B76
Complementary color
Monochromatic Colors of #E07B76
Black with #E07B76
Text Example
Text Example
White with #E07B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B76; }
p { color: rgb(224,123,118); }
H1.HeaderClassName
{
color: #E07B76;
}
.AnyTagClassName
{
color: #E07B76;
}
</style>
background-color css
<style>
a { background-color: #E07B76; }
a { background-color: rgb(224,123,118); }
div.DivClassName
{
background-color: #E07B76;
}
.BgClassName
{
background-color: #E07B76;
}
</style>
border-color css
<style>
span { border-color: #E07B76; }
span { border-color: rgb(224,123,118); }
td.TdClassName
{
border-color: #E07B76;
}
.TagClassName
{
border-color: #E07B76;
}
</style>