Shades of Geraldine #E77569
Tints of Geraldine #E77569
RGB
CMYK
RGB Variations
Color information
#E77569 (or 0xE77569) is known color: Geraldine. HEX triplet: E7, 75 and 69. RGB value is (231,117,105). Sum of RGB (Red+Green+Blue) = 231+117+105=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E77569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77569 is #188A96. Grayscale: #959595. Windows color (decimal): -1608343 or 6911463. OLE color: 6911463.
HSL color Cylindrical-coordinate representation of color #E77569: hue angle of 5.71º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E77569 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 105 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.09 |
| HSL | 5.71º | 0.72% | 0.66% | - |
| HSV(B) | 5.71º | 0.55% | 0.91% | - |
| XYZ | 41.87 | 30.73 | 17.09 | - |
| YUV | 149.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 105 | 0 | 0.49 | 0.55 | 0.09 | 5.71 | 0.72 | 0.66 |
| Hex | E7 | 75 | 69 | 0 | 31 | 37 | 9 | 6 | 48 | 42 |
| Octal | 347 | 165 | 151 | 0 | 61 | 67 | 11 | 6 | 110 | 102 |
| Binary | 11100111 | 1110101 | 1101001 | 0 | 110001 | 110111 | 1001 | 110 | 1001000 | 1000010 |
Color Harmonies of #E77569
Complementary color
Monochromatic Colors of #E77569
Black with #E77569
Text Example
Text Example
White with #E77569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77569; }
p { color: rgb(231,117,105); }
H1.HeaderClassName
{
color: #E77569;
}
.AnyTagClassName
{
color: #E77569;
}
</style>
background-color css
<style>
a { background-color: #E77569; }
a { background-color: rgb(231,117,105); }
div.DivClassName
{
background-color: #E77569;
}
.BgClassName
{
background-color: #E77569;
}
</style>
border-color css
<style>
span { border-color: #E77569; }
span { border-color: rgb(231,117,105); }
td.TdClassName
{
border-color: #E77569;
}
.TagClassName
{
border-color: #E77569;
}
</style>