Shades of Flamingo #EB5C4D
Tints of Flamingo #EB5C4D
RGB
CMYK
RGB Variations
Color information
#EB5C4D (or 0xEB5C4D) is known color: Flamingo. HEX triplet: EB, 5C and 4D. RGB value is (235,92,77). Sum of RGB (Red+Green+Blue) = 235+92+77=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5C4D is #14A3B2. Grayscale: #858585. Windows color (decimal): -1352627 or 5070059. OLE color: 5070059.
HSL color Cylindrical-coordinate representation of color #EB5C4D: hue angle of 5.7º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB5C4D is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 92 | 77 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.08 |
| HSL | 5.7º | 0.8% | 0.61% | - |
| HSV(B) | 5.7º | 0.67% | 0.92% | - |
| XYZ | 39.43 | 25.85 | 9.93 | - |
| YUV | 133.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 92 | 77 | 0 | 0.61 | 0.67 | 0.08 | 5.7 | 0.8 | 0.61 |
| Hex | EB | 5C | 4D | 0 | 3D | 43 | 8 | 6 | 50 | 3D |
| Octal | 353 | 134 | 115 | 0 | 75 | 103 | 10 | 6 | 120 | 75 |
| Binary | 11101011 | 1011100 | 1001101 | 0 | 111101 | 1000011 | 1000 | 110 | 1010000 | 111101 |
Color Harmonies of #EB5C4D
Complementary color
Monochromatic Colors of #EB5C4D
Black with #EB5C4D
Text Example
Text Example
White with #EB5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5C4D; }
p { color: rgb(235,92,77); }
H1.HeaderClassName
{
color: #EB5C4D;
}
.AnyTagClassName
{
color: #EB5C4D;
}
</style>
background-color css
<style>
a { background-color: #EB5C4D; }
a { background-color: rgb(235,92,77); }
div.DivClassName
{
background-color: #EB5C4D;
}
.BgClassName
{
background-color: #EB5C4D;
}
</style>
border-color css
<style>
span { border-color: #EB5C4D; }
span { border-color: rgb(235,92,77); }
td.TdClassName
{
border-color: #EB5C4D;
}
.TagClassName
{
border-color: #EB5C4D;
}
</style>