Shades of Geraldine #E4766D
Tints of Geraldine #E4766D
RGB
CMYK
RGB Variations
Color information
#E4766D (or 0xE4766D) is known color: Geraldine. HEX triplet: E4, 76 and 6D. RGB value is (228,118,109). Sum of RGB (Red+Green+Blue) = 228+118+109=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E4766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4766D is #1B8992. Grayscale: #969696. Windows color (decimal): -1804691 or 7173860. OLE color: 7173860.
HSL color Cylindrical-coordinate representation of color #E4766D: hue angle of 4.54º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4766D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 109 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.11 |
| HSL | 4.54º | 0.69% | 0.66% | - |
| HSV(B) | 4.54º | 0.52% | 0.89% | - |
| XYZ | 41.23 | 30.55 | 18.19 | - |
| YUV | 149.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 109 | 0 | 0.48 | 0.52 | 0.11 | 4.54 | 0.69 | 0.66 |
| Hex | E4 | 76 | 6D | 0 | 30 | 34 | B | 5 | 45 | 42 |
| Octal | 344 | 166 | 155 | 0 | 60 | 64 | 13 | 5 | 105 | 102 |
| Binary | 11100100 | 1110110 | 1101101 | 0 | 110000 | 110100 | 1011 | 101 | 1000101 | 1000010 |
Color Harmonies of #E4766D
Complementary color
Monochromatic Colors of #E4766D
Black with #E4766D
Text Example
Text Example
White with #E4766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4766D; }
p { color: rgb(228,118,109); }
H1.HeaderClassName
{
color: #E4766D;
}
.AnyTagClassName
{
color: #E4766D;
}
</style>
background-color css
<style>
a { background-color: #E4766D; }
a { background-color: rgb(228,118,109); }
div.DivClassName
{
background-color: #E4766D;
}
.BgClassName
{
background-color: #E4766D;
}
</style>
border-color css
<style>
span { border-color: #E4766D; }
span { border-color: rgb(228,118,109); }
td.TdClassName
{
border-color: #E4766D;
}
.TagClassName
{
border-color: #E4766D;
}
</style>