Shades of Geraldine #EA7B7A
Tints of Geraldine #EA7B7A
RGB
CMYK
RGB Variations
Color information
#EA7B7A (or 0xEA7B7A) is known color: Geraldine. HEX triplet: EA, 7B and 7A. RGB value is (234,123,122). Sum of RGB (Red+Green+Blue) = 234+123+122=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B7A is #158485. Grayscale: #9C9C9C. Windows color (decimal): -1410182 or 8027114. OLE color: 8027114.
HSL color Cylindrical-coordinate representation of color #EA7B7A: hue angle of 0.54º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7B7A is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 122 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.08 |
| HSL | 0.54º | 0.73% | 0.7% | - |
| HSV(B) | 0.54º | 0.48% | 0.92% | - |
| XYZ | 44.53 | 33.06 | 22.45 | - |
| YUV | 156.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 122 | 0 | 0.47 | 0.48 | 0.08 | 0.54 | 0.73 | 0.7 |
| Hex | EA | 7B | 7A | 0 | 2F | 30 | 8 | 1 | 49 | 46 |
| Octal | 352 | 173 | 172 | 0 | 57 | 60 | 10 | 1 | 111 | 106 |
| Binary | 11101010 | 1111011 | 1111010 | 0 | 101111 | 110000 | 1000 | 1 | 1001001 | 1000110 |
Color Harmonies of #EA7B7A
Complementary color
Monochromatic Colors of #EA7B7A
Black with #EA7B7A
Text Example
Text Example
White with #EA7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B7A; }
p { color: rgb(234,123,122); }
H1.HeaderClassName
{
color: #EA7B7A;
}
.AnyTagClassName
{
color: #EA7B7A;
}
</style>
background-color css
<style>
a { background-color: #EA7B7A; }
a { background-color: rgb(234,123,122); }
div.DivClassName
{
background-color: #EA7B7A;
}
.BgClassName
{
background-color: #EA7B7A;
}
</style>
border-color css
<style>
span { border-color: #EA7B7A; }
span { border-color: rgb(234,123,122); }
td.TdClassName
{
border-color: #EA7B7A;
}
.TagClassName
{
border-color: #EA7B7A;
}
</style>