Shades of Flamingo #EB524C
Tints of Flamingo #EB524C
RGB
CMYK
RGB Variations
Color information
#EB524C (or 0xEB524C) is known color: Flamingo. HEX triplet: EB, 52 and 4C. RGB value is (235,82,76). Sum of RGB (Red+Green+Blue) = 235+82+76=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB524C is #14ADB3. Grayscale: #7F7F7F. Windows color (decimal): -1355188 or 5001963. OLE color: 5001963.
HSL color Cylindrical-coordinate representation of color #EB524C: hue angle of 2.26º 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 #EB524C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 82 | 76 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.08 |
| HSL | 2.26º | 0.8% | 0.61% | - |
| HSV(B) | 2.26º | 0.68% | 0.92% | - |
| XYZ | 38.58 | 24.22 | 9.48 | - |
| YUV | 127.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 82 | 76 | 0 | 0.65 | 0.68 | 0.08 | 2.26 | 0.8 | 0.61 |
| Hex | EB | 52 | 4C | 0 | 41 | 44 | 8 | 2 | 50 | 3D |
| Octal | 353 | 122 | 114 | 0 | 101 | 104 | 10 | 2 | 120 | 75 |
| Binary | 11101011 | 1010010 | 1001100 | 0 | 1000001 | 1000100 | 1000 | 10 | 1010000 | 111101 |
Color Harmonies of #EB524C
Complementary color
Monochromatic Colors of #EB524C
Black with #EB524C
Text Example
Text Example
White with #EB524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB524C; }
p { color: rgb(235,82,76); }
H1.HeaderClassName
{
color: #EB524C;
}
.AnyTagClassName
{
color: #EB524C;
}
</style>
background-color css
<style>
a { background-color: #EB524C; }
a { background-color: rgb(235,82,76); }
div.DivClassName
{
background-color: #EB524C;
}
.BgClassName
{
background-color: #EB524C;
}
</style>
border-color css
<style>
span { border-color: #EB524C; }
span { border-color: rgb(235,82,76); }
td.TdClassName
{
border-color: #EB524C;
}
.TagClassName
{
border-color: #EB524C;
}
</style>