Shades of Geraldine #E57769
Tints of Geraldine #E57769
RGB
CMYK
RGB Variations
Color information
#E57769 (or 0xE57769) is known color: Geraldine. HEX triplet: E5, 77 and 69. RGB value is (229,119,105). Sum of RGB (Red+Green+Blue) = 229+119+105=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E57769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57769 is #1A8896. Grayscale: #969696. Windows color (decimal): -1738903 or 6911973. OLE color: 6911973.
HSL color Cylindrical-coordinate representation of color #E57769: hue angle of 6.77º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E57769 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 105 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.10 |
| HSL | 6.77º | 0.7% | 0.65% | - |
| HSV(B) | 6.77º | 0.54% | 0.9% | - |
| XYZ | 41.46 | 30.87 | 17.14 | - |
| YUV | 150.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 105 | 0 | 0.48 | 0.54 | 0.10 | 6.77 | 0.7 | 0.65 |
| Hex | E5 | 77 | 69 | 0 | 30 | 36 | A | 7 | 46 | 41 |
| Octal | 345 | 167 | 151 | 0 | 60 | 66 | 12 | 7 | 106 | 101 |
| Binary | 11100101 | 1110111 | 1101001 | 0 | 110000 | 110110 | 1010 | 111 | 1000110 | 1000001 |
Color Harmonies of #E57769
Complementary color
Monochromatic Colors of #E57769
Black with #E57769
Text Example
Text Example
White with #E57769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57769; }
p { color: rgb(229,119,105); }
H1.HeaderClassName
{
color: #E57769;
}
.AnyTagClassName
{
color: #E57769;
}
</style>
background-color css
<style>
a { background-color: #E57769; }
a { background-color: rgb(229,119,105); }
div.DivClassName
{
background-color: #E57769;
}
.BgClassName
{
background-color: #E57769;
}
</style>
border-color css
<style>
span { border-color: #E57769; }
span { border-color: rgb(229,119,105); }
td.TdClassName
{
border-color: #E57769;
}
.TagClassName
{
border-color: #E57769;
}
</style>