Shades of Flamingo #EB605C
Tints of Flamingo #EB605C
RGB
CMYK
RGB Variations
Color information
#EB605C (or 0xEB605C) is known color: Flamingo. HEX triplet: EB, 60 and 5C. RGB value is (235,96,92). Sum of RGB (Red+Green+Blue) = 235+96+92=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB605C is #149FA3. Grayscale: #898989. Windows color (decimal): -1351588 or 6054123. OLE color: 6054123.
HSL color Cylindrical-coordinate representation of color #EB605C: hue angle of 1.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB605C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 96 | 92 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.08 |
| HSL | 1.68º | 0.78% | 0.64% | - |
| HSV(B) | 1.68º | 0.61% | 0.92% | - |
| XYZ | 40.38 | 26.8 | 13.17 | - |
| YUV | 137.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 96 | 92 | 0 | 0.59 | 0.61 | 0.08 | 1.68 | 0.78 | 0.64 |
| Hex | EB | 60 | 5C | 0 | 3B | 3D | 8 | 2 | 4E | 40 |
| Octal | 353 | 140 | 134 | 0 | 73 | 75 | 10 | 2 | 116 | 100 |
| Binary | 11101011 | 1100000 | 1011100 | 0 | 111011 | 111101 | 1000 | 10 | 1001110 | 1000000 |
Color Harmonies of #EB605C
Complementary color
Monochromatic Colors of #EB605C
Black with #EB605C
Text Example
Text Example
White with #EB605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB605C; }
p { color: rgb(235,96,92); }
H1.HeaderClassName
{
color: #EB605C;
}
.AnyTagClassName
{
color: #EB605C;
}
</style>
background-color css
<style>
a { background-color: #EB605C; }
a { background-color: rgb(235,96,92); }
div.DivClassName
{
background-color: #EB605C;
}
.BgClassName
{
background-color: #EB605C;
}
</style>
border-color css
<style>
span { border-color: #EB605C; }
span { border-color: rgb(235,96,92); }
td.TdClassName
{
border-color: #EB605C;
}
.TagClassName
{
border-color: #EB605C;
}
</style>