Shades of Geraldine #E2756C
Tints of Geraldine #E2756C
RGB
CMYK
RGB Variations
Color information
#E2756C (or 0xE2756C) is known color: Geraldine. HEX triplet: E2, 75 and 6C. RGB value is (226,117,108). Sum of RGB (Red+Green+Blue) = 226+117+108=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2756C is #1D8A93. Grayscale: #949494. Windows color (decimal): -1936020 or 7108066. OLE color: 7108066.
HSL color Cylindrical-coordinate representation of color #E2756C: hue angle of 4.58º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2756C is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 108 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.11 |
| HSL | 4.58º | 0.67% | 0.65% | - |
| HSV(B) | 4.58º | 0.52% | 0.89% | - |
| XYZ | 40.43 | 29.97 | 17.84 | - |
| YUV | 148.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 108 | 0 | 0.48 | 0.52 | 0.11 | 4.58 | 0.67 | 0.65 |
| Hex | E2 | 75 | 6C | 0 | 30 | 34 | B | 5 | 43 | 41 |
| Octal | 342 | 165 | 154 | 0 | 60 | 64 | 13 | 5 | 103 | 101 |
| Binary | 11100010 | 1110101 | 1101100 | 0 | 110000 | 110100 | 1011 | 101 | 1000011 | 1000001 |
Color Harmonies of #E2756C
Complementary color
Monochromatic Colors of #E2756C
Black with #E2756C
Text Example
Text Example
White with #E2756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2756C; }
p { color: rgb(226,117,108); }
H1.HeaderClassName
{
color: #E2756C;
}
.AnyTagClassName
{
color: #E2756C;
}
</style>
background-color css
<style>
a { background-color: #E2756C; }
a { background-color: rgb(226,117,108); }
div.DivClassName
{
background-color: #E2756C;
}
.BgClassName
{
background-color: #E2756C;
}
</style>
border-color css
<style>
span { border-color: #E2756C; }
span { border-color: rgb(226,117,108); }
td.TdClassName
{
border-color: #E2756C;
}
.TagClassName
{
border-color: #E2756C;
}
</style>