Shades of Flamingo #EB605A
Tints of Flamingo #EB605A
RGB
CMYK
RGB Variations
Color information
#EB605A (or 0xEB605A) is known color: Flamingo. HEX triplet: EB, 60 and 5A. RGB value is (235,96,90). Sum of RGB (Red+Green+Blue) = 235+96+90=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB605A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB605A is #149FA5. Grayscale: #898989. Windows color (decimal): -1351590 or 5923051. OLE color: 5923051.
HSL color Cylindrical-coordinate representation of color #EB605A: hue angle of 2.48º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB605A is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 96 | 90 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.08 |
| HSL | 2.48º | 0.78% | 0.64% | - |
| HSV(B) | 2.48º | 0.62% | 0.92% | - |
| XYZ | 40.29 | 26.77 | 12.72 | - |
| YUV | 136.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 96 | 90 | 0 | 0.59 | 0.62 | 0.08 | 2.48 | 0.78 | 0.64 |
| Hex | EB | 60 | 5A | 0 | 3B | 3E | 8 | 2 | 4E | 40 |
| Octal | 353 | 140 | 132 | 0 | 73 | 76 | 10 | 2 | 116 | 100 |
| Binary | 11101011 | 1100000 | 1011010 | 0 | 111011 | 111110 | 1000 | 10 | 1001110 | 1000000 |
Color Harmonies of #EB605A
Complementary color
Monochromatic Colors of #EB605A
Black with #EB605A
Text Example
Text Example
White with #EB605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB605A; }
p { color: rgb(235,96,90); }
H1.HeaderClassName
{
color: #EB605A;
}
.AnyTagClassName
{
color: #EB605A;
}
</style>
background-color css
<style>
a { background-color: #EB605A; }
a { background-color: rgb(235,96,90); }
div.DivClassName
{
background-color: #EB605A;
}
.BgClassName
{
background-color: #EB605A;
}
</style>
border-color css
<style>
span { border-color: #EB605A; }
span { border-color: rgb(235,96,90); }
td.TdClassName
{
border-color: #EB605A;
}
.TagClassName
{
border-color: #EB605A;
}
</style>