Shades of Geraldine #E57471
Tints of Geraldine #E57471
RGB
CMYK
RGB Variations
Color information
#E57471 (or 0xE57471) is known color: Geraldine. HEX triplet: E5, 74 and 71. RGB value is (229,116,113). Sum of RGB (Red+Green+Blue) = 229+116+113=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E57471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57471 is #1A8B8E. Grayscale: #959595. Windows color (decimal): -1739663 or 7435493. OLE color: 7435493.
HSL color Cylindrical-coordinate representation of color #E57471: hue angle of 1.55º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E57471 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 116 | 113 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.10 |
| HSL | 1.55º | 0.69% | 0.67% | - |
| HSV(B) | 1.55º | 0.51% | 0.9% | - |
| XYZ | 41.54 | 30.34 | 19.29 | - |
| YUV | 149.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 113 | 0 | 0.49 | 0.51 | 0.10 | 1.55 | 0.69 | 0.67 |
| Hex | E5 | 74 | 71 | 0 | 31 | 33 | A | 2 | 45 | 43 |
| Octal | 345 | 164 | 161 | 0 | 61 | 63 | 12 | 2 | 105 | 103 |
| Binary | 11100101 | 1110100 | 1110001 | 0 | 110001 | 110011 | 1010 | 10 | 1000101 | 1000011 |
Color Harmonies of #E57471
Complementary color
Monochromatic Colors of #E57471
Black with #E57471
Text Example
Text Example
White with #E57471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57471; }
p { color: rgb(229,116,113); }
H1.HeaderClassName
{
color: #E57471;
}
.AnyTagClassName
{
color: #E57471;
}
</style>
background-color css
<style>
a { background-color: #E57471; }
a { background-color: rgb(229,116,113); }
div.DivClassName
{
background-color: #E57471;
}
.BgClassName
{
background-color: #E57471;
}
</style>
border-color css
<style>
span { border-color: #E57471; }
span { border-color: rgb(229,116,113); }
td.TdClassName
{
border-color: #E57471;
}
.TagClassName
{
border-color: #E57471;
}
</style>