Shades of Flamingo #EB6756
Tints of Flamingo #EB6756
RGB
CMYK
RGB Variations
Color information
#EB6756 (or 0xEB6756) is known color: Flamingo. HEX triplet: EB, 67 and 56. RGB value is (235,103,86). Sum of RGB (Red+Green+Blue) = 235+103+86=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6756 is #1498A9. Grayscale: #8C8C8C. Windows color (decimal): -1349802 or 5662699. OLE color: 5662699.
HSL color Cylindrical-coordinate representation of color #EB6756: hue angle of 6.85º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB6756 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 86 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.08 |
| HSL | 6.85º | 0.79% | 0.63% | - |
| HSV(B) | 6.85º | 0.63% | 0.92% | - |
| XYZ | 40.79 | 28.03 | 12.07 | - |
| YUV | 140.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 86 | 0 | 0.56 | 0.63 | 0.08 | 6.85 | 0.79 | 0.63 |
| Hex | EB | 67 | 56 | 0 | 38 | 3F | 8 | 7 | 4F | 3F |
| Octal | 353 | 147 | 126 | 0 | 70 | 77 | 10 | 7 | 117 | 77 |
| Binary | 11101011 | 1100111 | 1010110 | 0 | 111000 | 111111 | 1000 | 111 | 1001111 | 111111 |
Color Harmonies of #EB6756
Complementary color
Monochromatic Colors of #EB6756
Black with #EB6756
Text Example
Text Example
White with #EB6756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6756; }
p { color: rgb(235,103,86); }
H1.HeaderClassName
{
color: #EB6756;
}
.AnyTagClassName
{
color: #EB6756;
}
</style>
background-color css
<style>
a { background-color: #EB6756; }
a { background-color: rgb(235,103,86); }
div.DivClassName
{
background-color: #EB6756;
}
.BgClassName
{
background-color: #EB6756;
}
</style>
border-color css
<style>
span { border-color: #EB6756; }
span { border-color: rgb(235,103,86); }
td.TdClassName
{
border-color: #EB6756;
}
.TagClassName
{
border-color: #EB6756;
}
</style>