Shades of Geraldine #EB6C6A
Tints of Geraldine #EB6C6A
RGB
CMYK
RGB Variations
Color information
#EB6C6A (or 0xEB6C6A) is known color: Geraldine. HEX triplet: EB, 6C and 6A. RGB value is (235,108,106). Sum of RGB (Red+Green+Blue) = 235+108+106=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6C6A is #149395. Grayscale: #919191. Windows color (decimal): -1348502 or 6974699. OLE color: 6974699.
HSL color Cylindrical-coordinate representation of color #EB6C6A: hue angle of 0.93º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6C6A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 106 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.08 |
| HSL | 0.93º | 0.76% | 0.67% | - |
| HSV(B) | 0.93º | 0.55% | 0.92% | - |
| XYZ | 42.23 | 29.43 | 17.09 | - |
| YUV | 145.75 | 105.58 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 106 | 0 | 0.54 | 0.55 | 0.08 | 0.93 | 0.76 | 0.67 |
| Hex | EB | 6C | 6A | 0 | 36 | 37 | 8 | 1 | 4C | 43 |
| Octal | 353 | 154 | 152 | 0 | 66 | 67 | 10 | 1 | 114 | 103 |
| Binary | 11101011 | 1101100 | 1101010 | 0 | 110110 | 110111 | 1000 | 1 | 1001100 | 1000011 |
Color Harmonies of #EB6C6A
Complementary color
Monochromatic Colors of #EB6C6A
Black with #EB6C6A
Text Example
Text Example
White with #EB6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C6A; }
p { color: rgb(235,108,106); }
H1.HeaderClassName
{
color: #EB6C6A;
}
.AnyTagClassName
{
color: #EB6C6A;
}
</style>
background-color css
<style>
a { background-color: #EB6C6A; }
a { background-color: rgb(235,108,106); }
div.DivClassName
{
background-color: #EB6C6A;
}
.BgClassName
{
background-color: #EB6C6A;
}
</style>
border-color css
<style>
span { border-color: #EB6C6A; }
span { border-color: rgb(235,108,106); }
td.TdClassName
{
border-color: #EB6C6A;
}
.TagClassName
{
border-color: #EB6C6A;
}
</style>