Shades of Geraldine #E5756C
Tints of Geraldine #E5756C
RGB
CMYK
RGB Variations
Color information
#E5756C (or 0xE5756C) is known color: Geraldine. HEX triplet: E5, 75 and 6C. RGB value is (229,117,108). Sum of RGB (Red+Green+Blue) = 229+117+108=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5756C is #1A8A93. Grayscale: #959595. Windows color (decimal): -1739412 or 7108069. OLE color: 7108069.
HSL color Cylindrical-coordinate representation of color #E5756C: hue angle of 4.46º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5756C is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 108 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.10 |
| HSL | 4.46º | 0.7% | 0.66% | - |
| HSV(B) | 4.46º | 0.53% | 0.9% | - |
| XYZ | 41.38 | 30.46 | 17.89 | - |
| YUV | 149.46 | 104.61 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 108 | 0 | 0.49 | 0.53 | 0.10 | 4.46 | 0.7 | 0.66 |
| Hex | E5 | 75 | 6C | 0 | 31 | 35 | A | 4 | 46 | 42 |
| Octal | 345 | 165 | 154 | 0 | 61 | 65 | 12 | 4 | 106 | 102 |
| Binary | 11100101 | 1110101 | 1101100 | 0 | 110001 | 110101 | 1010 | 100 | 1000110 | 1000010 |
Color Harmonies of #E5756C
Complementary color
Monochromatic Colors of #E5756C
Black with #E5756C
Text Example
Text Example
White with #E5756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5756C; }
p { color: rgb(229,117,108); }
H1.HeaderClassName
{
color: #E5756C;
}
.AnyTagClassName
{
color: #E5756C;
}
</style>
background-color css
<style>
a { background-color: #E5756C; }
a { background-color: rgb(229,117,108); }
div.DivClassName
{
background-color: #E5756C;
}
.BgClassName
{
background-color: #E5756C;
}
</style>
border-color css
<style>
span { border-color: #E5756C; }
span { border-color: rgb(229,117,108); }
td.TdClassName
{
border-color: #E5756C;
}
.TagClassName
{
border-color: #E5756C;
}
</style>