Shades of Geraldine #E4827A
Tints of Geraldine #E4827A
RGB
CMYK
RGB Variations
Color information
#E4827A (or 0xE4827A) is known color: Geraldine. HEX triplet: E4, 82 and 7A. RGB value is (228,130,122). Sum of RGB (Red+Green+Blue) = 228+130+122=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E4827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4827A is #1B7D85. Grayscale: #9E9E9E. Windows color (decimal): -1801606 or 8028900. OLE color: 8028900.
HSL color Cylindrical-coordinate representation of color #E4827A: hue angle of 4.53º 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 #E4827A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 122 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.11 |
| HSL | 4.53º | 0.66% | 0.69% | - |
| HSV(B) | 4.53º | 0.46% | 0.89% | - |
| XYZ | 43.49 | 33.86 | 22.66 | - |
| YUV | 158.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 122 | 0 | 0.43 | 0.46 | 0.11 | 4.53 | 0.66 | 0.69 |
| Hex | E4 | 82 | 7A | 0 | 2B | 2E | B | 5 | 42 | 45 |
| Octal | 344 | 202 | 172 | 0 | 53 | 56 | 13 | 5 | 102 | 105 |
| Binary | 11100100 | 10000010 | 1111010 | 0 | 101011 | 101110 | 1011 | 101 | 1000010 | 1000101 |
Color Harmonies of #E4827A
Complementary color
Monochromatic Colors of #E4827A
Black with #E4827A
Text Example
Text Example
White with #E4827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4827A; }
p { color: rgb(228,130,122); }
H1.HeaderClassName
{
color: #E4827A;
}
.AnyTagClassName
{
color: #E4827A;
}
</style>
background-color css
<style>
a { background-color: #E4827A; }
a { background-color: rgb(228,130,122); }
div.DivClassName
{
background-color: #E4827A;
}
.BgClassName
{
background-color: #E4827A;
}
</style>
border-color css
<style>
span { border-color: #E4827A; }
span { border-color: rgb(228,130,122); }
td.TdClassName
{
border-color: #E4827A;
}
.TagClassName
{
border-color: #E4827A;
}
</style>