Shades of Geraldine #EA7171
Tints of Geraldine #EA7171
RGB
CMYK
RGB Variations
Color information
#EA7171 (or 0xEA7171) is known color: Geraldine. HEX triplet: EA, 71 and 71. RGB value is (234,113,113). Sum of RGB (Red+Green+Blue) = 234+113+113=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7171 is #158E8E. Grayscale: #959595. Windows color (decimal): -1412751 or 7434730. OLE color: 7434730.
HSL color Cylindrical-coordinate representation of color #EA7171: hue angle of 0º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA7171 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 113 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.08 |
| HSL | 0º | 0.74% | 0.68% | - |
| HSV(B) | 0º | 0.52% | 0.92% | - |
| XYZ | 42.82 | 30.49 | 19.25 | - |
| YUV | 149.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 113 | 0 | 0.52 | 0.52 | 0.08 | 0 | 0.74 | 0.68 |
| Hex | EA | 71 | 71 | 0 | 34 | 34 | 8 | 0 | 4A | 44 |
| Octal | 352 | 161 | 161 | 0 | 64 | 64 | 10 | 0 | 112 | 104 |
| Binary | 11101010 | 1110001 | 1110001 | 0 | 110100 | 110100 | 1000 | 0 | 1001010 | 1000100 |
Color Harmonies of #EA7171
Complementary color
Monochromatic Colors of #EA7171
Black with #EA7171
Text Example
Text Example
White with #EA7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7171; }
p { color: rgb(234,113,113); }
H1.HeaderClassName
{
color: #EA7171;
}
.AnyTagClassName
{
color: #EA7171;
}
</style>
background-color css
<style>
a { background-color: #EA7171; }
a { background-color: rgb(234,113,113); }
div.DivClassName
{
background-color: #EA7171;
}
.BgClassName
{
background-color: #EA7171;
}
</style>
border-color css
<style>
span { border-color: #EA7171; }
span { border-color: rgb(234,113,113); }
td.TdClassName
{
border-color: #EA7171;
}
.TagClassName
{
border-color: #EA7171;
}
</style>