Shades of Geraldine #E57373
Tints of Geraldine #E57373
RGB
CMYK
RGB Variations
Color information
#E57373 (or 0xE57373) is known color: Geraldine. HEX triplet: E5, 73 and 73. RGB value is (229,115,115). Sum of RGB (Red+Green+Blue) = 229+115+115=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E57373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57373 is #1A8C8C. Grayscale: #959595. Windows color (decimal): -1739917 or 7566309. OLE color: 7566309.
HSL color Cylindrical-coordinate representation of color #E57373: hue angle of 0º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E57373 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 115 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.10 |
| HSL | 0º | 0.69% | 0.67% | - |
| HSV(B) | 0º | 0.5% | 0.9% | - |
| XYZ | 41.54 | 30.16 | 19.85 | - |
| YUV | 149.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 115 | 0 | 0.50 | 0.50 | 0.10 | 0 | 0.69 | 0.67 |
| Hex | E5 | 73 | 73 | 0 | 32 | 32 | A | 0 | 45 | 43 |
| Octal | 345 | 163 | 163 | 0 | 62 | 62 | 12 | 0 | 105 | 103 |
| Binary | 11100101 | 1110011 | 1110011 | 0 | 110010 | 110010 | 1010 | 0 | 1000101 | 1000011 |
Color Harmonies of #E57373
Complementary color
Monochromatic Colors of #E57373
Black with #E57373
Text Example
Text Example
White with #E57373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57373; }
p { color: rgb(229,115,115); }
H1.HeaderClassName
{
color: #E57373;
}
.AnyTagClassName
{
color: #E57373;
}
</style>
background-color css
<style>
a { background-color: #E57373; }
a { background-color: rgb(229,115,115); }
div.DivClassName
{
background-color: #E57373;
}
.BgClassName
{
background-color: #E57373;
}
</style>
border-color css
<style>
span { border-color: #E57373; }
span { border-color: rgb(229,115,115); }
td.TdClassName
{
border-color: #E57373;
}
.TagClassName
{
border-color: #E57373;
}
</style>