Shades of Geraldine #EB756E
Tints of Geraldine #EB756E
RGB
CMYK
RGB Variations
Color information
#EB756E (or 0xEB756E) is known color: Geraldine. HEX triplet: EB, 75 and 6E. RGB value is (235,117,110). Sum of RGB (Red+Green+Blue) = 235+117+110=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB756E is #148A91. Grayscale: #979797. Windows color (decimal): -1346194 or 7239147. OLE color: 7239147.
HSL color Cylindrical-coordinate representation of color #EB756E: hue angle of 3.36º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB756E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 117 | 110 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.08 |
| HSL | 3.36º | 0.76% | 0.68% | - |
| HSV(B) | 3.36º | 0.53% | 0.92% | - |
| XYZ | 43.44 | 31.51 | 18.54 | - |
| YUV | 151.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 117 | 110 | 0 | 0.50 | 0.53 | 0.08 | 3.36 | 0.76 | 0.68 |
| Hex | EB | 75 | 6E | 0 | 32 | 35 | 8 | 3 | 4C | 44 |
| Octal | 353 | 165 | 156 | 0 | 62 | 65 | 10 | 3 | 114 | 104 |
| Binary | 11101011 | 1110101 | 1101110 | 0 | 110010 | 110101 | 1000 | 11 | 1001100 | 1000100 |
Color Harmonies of #EB756E
Complementary color
Monochromatic Colors of #EB756E
Black with #EB756E
Text Example
Text Example
White with #EB756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB756E; }
p { color: rgb(235,117,110); }
H1.HeaderClassName
{
color: #EB756E;
}
.AnyTagClassName
{
color: #EB756E;
}
</style>
background-color css
<style>
a { background-color: #EB756E; }
a { background-color: rgb(235,117,110); }
div.DivClassName
{
background-color: #EB756E;
}
.BgClassName
{
background-color: #EB756E;
}
</style>
border-color css
<style>
span { border-color: #EB756E; }
span { border-color: rgb(235,117,110); }
td.TdClassName
{
border-color: #EB756E;
}
.TagClassName
{
border-color: #EB756E;
}
</style>