Shades of Geraldine #EB7C70
Tints of Geraldine #EB7C70
RGB
CMYK
RGB Variations
Color information
#EB7C70 (or 0xEB7C70) is known color: Geraldine. HEX triplet: EB, 7C and 70. RGB value is (235,124,112). Sum of RGB (Red+Green+Blue) = 235+124+112=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7C70 is #14838F. Grayscale: #9B9B9B. Windows color (decimal): -1344400 or 7372011. OLE color: 7372011.
HSL color Cylindrical-coordinate representation of color #EB7C70: hue angle of 5.85º degrees, saturation: 0.75, 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 #EB7C70 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 112 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.08 |
| HSL | 5.85º | 0.75% | 0.68% | - |
| HSV(B) | 5.85º | 0.52% | 0.92% | - |
| XYZ | 44.39 | 33.25 | 19.41 | - |
| YUV | 155.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 112 | 0 | 0.47 | 0.52 | 0.08 | 5.85 | 0.75 | 0.68 |
| Hex | EB | 7C | 70 | 0 | 2F | 34 | 8 | 6 | 4B | 44 |
| Octal | 353 | 174 | 160 | 0 | 57 | 64 | 10 | 6 | 113 | 104 |
| Binary | 11101011 | 1111100 | 1110000 | 0 | 101111 | 110100 | 1000 | 110 | 1001011 | 1000100 |
Color Harmonies of #EB7C70
Complementary color
Monochromatic Colors of #EB7C70
Black with #EB7C70
Text Example
Text Example
White with #EB7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7C70; }
p { color: rgb(235,124,112); }
H1.HeaderClassName
{
color: #EB7C70;
}
.AnyTagClassName
{
color: #EB7C70;
}
</style>
background-color css
<style>
a { background-color: #EB7C70; }
a { background-color: rgb(235,124,112); }
div.DivClassName
{
background-color: #EB7C70;
}
.BgClassName
{
background-color: #EB7C70;
}
</style>
border-color css
<style>
span { border-color: #EB7C70; }
span { border-color: rgb(235,124,112); }
td.TdClassName
{
border-color: #EB7C70;
}
.TagClassName
{
border-color: #EB7C70;
}
</style>