Shades of Geraldine #EA7B71
Tints of Geraldine #EA7B71
RGB
CMYK
RGB Variations
Color information
#EA7B71 (or 0xEA7B71) is known color: Geraldine. HEX triplet: EA, 7B and 71. RGB value is (234,123,113). Sum of RGB (Red+Green+Blue) = 234+123+113=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B71 is #15848E. Grayscale: #9B9B9B. Windows color (decimal): -1410191 or 7437290. OLE color: 7437290.
HSL color Cylindrical-coordinate representation of color #EA7B71: hue angle of 4.96º 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 #EA7B71 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 113 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.08 |
| HSL | 4.96º | 0.74% | 0.68% | - |
| HSV(B) | 4.96º | 0.52% | 0.92% | - |
| XYZ | 44 | 32.85 | 19.64 | - |
| YUV | 155.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 113 | 0 | 0.47 | 0.52 | 0.08 | 4.96 | 0.74 | 0.68 |
| Hex | EA | 7B | 71 | 0 | 2F | 34 | 8 | 5 | 4A | 44 |
| Octal | 352 | 173 | 161 | 0 | 57 | 64 | 10 | 5 | 112 | 104 |
| Binary | 11101010 | 1111011 | 1110001 | 0 | 101111 | 110100 | 1000 | 101 | 1001010 | 1000100 |
Color Harmonies of #EA7B71
Complementary color
Monochromatic Colors of #EA7B71
Black with #EA7B71
Text Example
Text Example
White with #EA7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B71; }
p { color: rgb(234,123,113); }
H1.HeaderClassName
{
color: #EA7B71;
}
.AnyTagClassName
{
color: #EA7B71;
}
</style>
background-color css
<style>
a { background-color: #EA7B71; }
a { background-color: rgb(234,123,113); }
div.DivClassName
{
background-color: #EA7B71;
}
.BgClassName
{
background-color: #EA7B71;
}
</style>
border-color css
<style>
span { border-color: #EA7B71; }
span { border-color: rgb(234,123,113); }
td.TdClassName
{
border-color: #EA7B71;
}
.TagClassName
{
border-color: #EA7B71;
}
</style>