Shades of Flamingo #EB6355
Tints of Flamingo #EB6355
RGB
CMYK
RGB Variations
Color information
#EB6355 (or 0xEB6355) is known color: Flamingo. HEX triplet: EB, 63 and 55. RGB value is (235,99,85). Sum of RGB (Red+Green+Blue) = 235+99+85=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6355 is #149CAA. Grayscale: #8A8A8A. Windows color (decimal): -1350827 or 5596139. OLE color: 5596139.
HSL color Cylindrical-coordinate representation of color #EB6355: hue angle of 5.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB6355 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 85 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.08 |
| HSL | 5.6º | 0.79% | 0.63% | - |
| HSV(B) | 5.6º | 0.64% | 0.92% | - |
| XYZ | 40.36 | 27.24 | 11.73 | - |
| YUV | 138.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 85 | 0 | 0.58 | 0.64 | 0.08 | 5.6 | 0.79 | 0.63 |
| Hex | EB | 63 | 55 | 0 | 3A | 40 | 8 | 6 | 4F | 3F |
| Octal | 353 | 143 | 125 | 0 | 72 | 100 | 10 | 6 | 117 | 77 |
| Binary | 11101011 | 1100011 | 1010101 | 0 | 111010 | 1000000 | 1000 | 110 | 1001111 | 111111 |
Color Harmonies of #EB6355
Complementary color
Monochromatic Colors of #EB6355
Black with #EB6355
Text Example
Text Example
White with #EB6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6355; }
p { color: rgb(235,99,85); }
H1.HeaderClassName
{
color: #EB6355;
}
.AnyTagClassName
{
color: #EB6355;
}
</style>
background-color css
<style>
a { background-color: #EB6355; }
a { background-color: rgb(235,99,85); }
div.DivClassName
{
background-color: #EB6355;
}
.BgClassName
{
background-color: #EB6355;
}
</style>
border-color css
<style>
span { border-color: #EB6355; }
span { border-color: rgb(235,99,85); }
td.TdClassName
{
border-color: #EB6355;
}
.TagClassName
{
border-color: #EB6355;
}
</style>