Shades of Geraldine #EB7978
Tints of Geraldine #EB7978
RGB
CMYK
RGB Variations
Color information
#EB7978 (or 0xEB7978) is known color: Geraldine. HEX triplet: EB, 79 and 78. RGB value is (235,121,120). Sum of RGB (Red+Green+Blue) = 235+121+120=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7978 is #148687. Grayscale: #9B9B9B. Windows color (decimal): -1345160 or 7895531. OLE color: 7895531.
HSL color Cylindrical-coordinate representation of color #EB7978: hue angle of 0.52º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB7978 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 121 | 120 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.08 |
| HSL | 0.52º | 0.74% | 0.7% | - |
| HSV(B) | 0.52º | 0.49% | 0.92% | - |
| XYZ | 44.49 | 32.69 | 21.73 | - |
| YUV | 154.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 121 | 120 | 0 | 0.49 | 0.49 | 0.08 | 0.52 | 0.74 | 0.7 |
| Hex | EB | 79 | 78 | 0 | 31 | 31 | 8 | 1 | 4A | 46 |
| Octal | 353 | 171 | 170 | 0 | 61 | 61 | 10 | 1 | 112 | 106 |
| Binary | 11101011 | 1111001 | 1111000 | 0 | 110001 | 110001 | 1000 | 1 | 1001010 | 1000110 |
Color Harmonies of #EB7978
Complementary color
Monochromatic Colors of #EB7978
Black with #EB7978
Text Example
Text Example
White with #EB7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7978; }
p { color: rgb(235,121,120); }
H1.HeaderClassName
{
color: #EB7978;
}
.AnyTagClassName
{
color: #EB7978;
}
</style>
background-color css
<style>
a { background-color: #EB7978; }
a { background-color: rgb(235,121,120); }
div.DivClassName
{
background-color: #EB7978;
}
.BgClassName
{
background-color: #EB7978;
}
</style>
border-color css
<style>
span { border-color: #EB7978; }
span { border-color: rgb(235,121,120); }
td.TdClassName
{
border-color: #EB7978;
}
.TagClassName
{
border-color: #EB7978;
}
</style>