Shades of Geraldine #EA7B7B
Tints of Geraldine #EA7B7B
RGB
CMYK
RGB Variations
Color information
#EA7B7B (or 0xEA7B7B) is known color: Geraldine. HEX triplet: EA, 7B and 7B. RGB value is (234,123,123). Sum of RGB (Red+Green+Blue) = 234+123+123=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B7B is #158484. Grayscale: #9C9C9C. Windows color (decimal): -1410181 or 8092650. OLE color: 8092650.
HSL color Cylindrical-coordinate representation of color #EA7B7B: hue angle of 0º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7B7B is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 123 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.08 |
| HSL | 0º | 0.73% | 0.7% | - |
| HSV(B) | 0º | 0.47% | 0.92% | - |
| XYZ | 44.59 | 33.09 | 22.78 | - |
| YUV | 156.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 123 | 0 | 0.47 | 0.47 | 0.08 | 0 | 0.73 | 0.7 |
| Hex | EA | 7B | 7B | 0 | 2F | 2F | 8 | 0 | 49 | 46 |
| Octal | 352 | 173 | 173 | 0 | 57 | 57 | 10 | 0 | 111 | 106 |
| Binary | 11101010 | 1111011 | 1111011 | 0 | 101111 | 101111 | 1000 | 0 | 1001001 | 1000110 |
Color Harmonies of #EA7B7B
Complementary color
Monochromatic Colors of #EA7B7B
Black with #EA7B7B
Text Example
Text Example
White with #EA7B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B7B; }
p { color: rgb(234,123,123); }
H1.HeaderClassName
{
color: #EA7B7B;
}
.AnyTagClassName
{
color: #EA7B7B;
}
</style>
background-color css
<style>
a { background-color: #EA7B7B; }
a { background-color: rgb(234,123,123); }
div.DivClassName
{
background-color: #EA7B7B;
}
.BgClassName
{
background-color: #EA7B7B;
}
</style>
border-color css
<style>
span { border-color: #EA7B7B; }
span { border-color: rgb(234,123,123); }
td.TdClassName
{
border-color: #EA7B7B;
}
.TagClassName
{
border-color: #EA7B7B;
}
</style>