Shades of Flamingo #EB5D4C
Tints of Flamingo #EB5D4C
RGB
CMYK
RGB Variations
Color information
#EB5D4C (or 0xEB5D4C) is known color: Flamingo. HEX triplet: EB, 5D and 4C. RGB value is (235,93,76). Sum of RGB (Red+Green+Blue) = 235+93+76=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D4C is #14A2B3. Grayscale: #858585. Windows color (decimal): -1352372 or 5004779. OLE color: 5004779.
HSL color Cylindrical-coordinate representation of color #EB5D4C: hue angle of 6.42º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB5D4C is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 93 | 76 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.08 |
| HSL | 6.42º | 0.8% | 0.61% | - |
| HSV(B) | 6.42º | 0.68% | 0.92% | - |
| XYZ | 39.48 | 26.01 | 9.78 | - |
| YUV | 133.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 93 | 76 | 0 | 0.60 | 0.68 | 0.08 | 6.42 | 0.8 | 0.61 |
| Hex | EB | 5D | 4C | 0 | 3C | 44 | 8 | 6 | 50 | 3D |
| Octal | 353 | 135 | 114 | 0 | 74 | 104 | 10 | 6 | 120 | 75 |
| Binary | 11101011 | 1011101 | 1001100 | 0 | 111100 | 1000100 | 1000 | 110 | 1010000 | 111101 |
Color Harmonies of #EB5D4C
Complementary color
Monochromatic Colors of #EB5D4C
Black with #EB5D4C
Text Example
Text Example
White with #EB5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5D4C; }
p { color: rgb(235,93,76); }
H1.HeaderClassName
{
color: #EB5D4C;
}
.AnyTagClassName
{
color: #EB5D4C;
}
</style>
background-color css
<style>
a { background-color: #EB5D4C; }
a { background-color: rgb(235,93,76); }
div.DivClassName
{
background-color: #EB5D4C;
}
.BgClassName
{
background-color: #EB5D4C;
}
</style>
border-color css
<style>
span { border-color: #EB5D4C; }
span { border-color: rgb(235,93,76); }
td.TdClassName
{
border-color: #EB5D4C;
}
.TagClassName
{
border-color: #EB5D4C;
}
</style>