Shades of Geraldine #E4817A
Tints of Geraldine #E4817A
RGB
CMYK
RGB Variations
Color information
#E4817A (or 0xE4817A) is known color: Geraldine. HEX triplet: E4, 81 and 7A. RGB value is (228,129,122). Sum of RGB (Red+Green+Blue) = 228+129+122=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E4817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4817A is #1B7E85. Grayscale: #9D9D9D. Windows color (decimal): -1801862 or 8028644. OLE color: 8028644.
HSL color Cylindrical-coordinate representation of color #E4817A: hue angle of 3.96º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4817A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 122 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.11 |
| HSL | 3.96º | 0.66% | 0.69% | - |
| HSV(B) | 3.96º | 0.46% | 0.89% | - |
| XYZ | 43.36 | 33.6 | 22.61 | - |
| YUV | 157.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 122 | 0 | 0.43 | 0.46 | 0.11 | 3.96 | 0.66 | 0.69 |
| Hex | E4 | 81 | 7A | 0 | 2B | 2E | B | 4 | 42 | 45 |
| Octal | 344 | 201 | 172 | 0 | 53 | 56 | 13 | 4 | 102 | 105 |
| Binary | 11100100 | 10000001 | 1111010 | 0 | 101011 | 101110 | 1011 | 100 | 1000010 | 1000101 |
Color Harmonies of #E4817A
Complementary color
Monochromatic Colors of #E4817A
Black with #E4817A
Text Example
Text Example
White with #E4817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4817A; }
p { color: rgb(228,129,122); }
H1.HeaderClassName
{
color: #E4817A;
}
.AnyTagClassName
{
color: #E4817A;
}
</style>
background-color css
<style>
a { background-color: #E4817A; }
a { background-color: rgb(228,129,122); }
div.DivClassName
{
background-color: #E4817A;
}
.BgClassName
{
background-color: #E4817A;
}
</style>
border-color css
<style>
span { border-color: #E4817A; }
span { border-color: rgb(228,129,122); }
td.TdClassName
{
border-color: #E4817A;
}
.TagClassName
{
border-color: #E4817A;
}
</style>