Shades of Geraldine #E4756B
Tints of Geraldine #E4756B
RGB
CMYK
RGB Variations
Color information
#E4756B (or 0xE4756B) is known color: Geraldine. HEX triplet: E4, 75 and 6B. RGB value is (228,117,107). Sum of RGB (Red+Green+Blue) = 228+117+107=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E4756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4756B is #1B8A94. Grayscale: #959595. Windows color (decimal): -1804949 or 7042532. OLE color: 7042532.
HSL color Cylindrical-coordinate representation of color #E4756B: hue angle of 4.96º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4756B is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 107 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.11 |
| HSL | 4.96º | 0.69% | 0.66% | - |
| HSV(B) | 4.96º | 0.53% | 0.89% | - |
| XYZ | 41.01 | 30.28 | 17.59 | - |
| YUV | 149.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 107 | 0 | 0.49 | 0.53 | 0.11 | 4.96 | 0.69 | 0.66 |
| Hex | E4 | 75 | 6B | 0 | 31 | 35 | B | 5 | 45 | 42 |
| Octal | 344 | 165 | 153 | 0 | 61 | 65 | 13 | 5 | 105 | 102 |
| Binary | 11100100 | 1110101 | 1101011 | 0 | 110001 | 110101 | 1011 | 101 | 1000101 | 1000010 |
Color Harmonies of #E4756B
Complementary color
Monochromatic Colors of #E4756B
Black with #E4756B
Text Example
Text Example
White with #E4756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4756B; }
p { color: rgb(228,117,107); }
H1.HeaderClassName
{
color: #E4756B;
}
.AnyTagClassName
{
color: #E4756B;
}
</style>
background-color css
<style>
a { background-color: #E4756B; }
a { background-color: rgb(228,117,107); }
div.DivClassName
{
background-color: #E4756B;
}
.BgClassName
{
background-color: #E4756B;
}
</style>
border-color css
<style>
span { border-color: #E4756B; }
span { border-color: rgb(228,117,107); }
td.TdClassName
{
border-color: #E4756B;
}
.TagClassName
{
border-color: #E4756B;
}
</style>