Shades of Geraldine #E2756E
Tints of Geraldine #E2756E
RGB
CMYK
RGB Variations
Color information
#E2756E (or 0xE2756E) is known color: Geraldine. HEX triplet: E2, 75 and 6E. RGB value is (226,117,110). Sum of RGB (Red+Green+Blue) = 226+117+110=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2756E is #1D8A91. Grayscale: #949494. Windows color (decimal): -1936018 or 7239138. OLE color: 7239138.
HSL color Cylindrical-coordinate representation of color #E2756E: hue angle of 3.62º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2756E is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 110 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.11 |
| HSL | 3.62º | 0.67% | 0.66% | - |
| HSV(B) | 3.62º | 0.51% | 0.89% | - |
| XYZ | 40.54 | 30.02 | 18.41 | - |
| YUV | 148.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 110 | 0 | 0.48 | 0.51 | 0.11 | 3.62 | 0.67 | 0.66 |
| Hex | E2 | 75 | 6E | 0 | 30 | 33 | B | 4 | 43 | 42 |
| Octal | 342 | 165 | 156 | 0 | 60 | 63 | 13 | 4 | 103 | 102 |
| Binary | 11100010 | 1110101 | 1101110 | 0 | 110000 | 110011 | 1011 | 100 | 1000011 | 1000010 |
Color Harmonies of #E2756E
Complementary color
Monochromatic Colors of #E2756E
Black with #E2756E
Text Example
Text Example
White with #E2756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2756E; }
p { color: rgb(226,117,110); }
H1.HeaderClassName
{
color: #E2756E;
}
.AnyTagClassName
{
color: #E2756E;
}
</style>
background-color css
<style>
a { background-color: #E2756E; }
a { background-color: rgb(226,117,110); }
div.DivClassName
{
background-color: #E2756E;
}
.BgClassName
{
background-color: #E2756E;
}
</style>
border-color css
<style>
span { border-color: #E2756E; }
span { border-color: rgb(226,117,110); }
td.TdClassName
{
border-color: #E2756E;
}
.TagClassName
{
border-color: #E2756E;
}
</style>