Shades of Flamingo #E9524B
Tints of Flamingo #E9524B
RGB
CMYK
RGB Variations
Color information
#E9524B (or 0xE9524B) is known color: Flamingo. HEX triplet: E9, 52 and 4B. RGB value is (233,82,75). Sum of RGB (Red+Green+Blue) = 233+82+75=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E9524B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9524B is #16ADB4. Grayscale: #7E7E7E. Windows color (decimal): -1486261 or 4936425. OLE color: 4936425.
HSL color Cylindrical-coordinate representation of color #E9524B: hue angle of 2.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9524B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 75 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.09 |
| HSL | 2.66º | 0.78% | 0.6% | - |
| HSV(B) | 2.66º | 0.68% | 0.91% | - |
| XYZ | 37.89 | 23.87 | 9.27 | - |
| YUV | 126.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 75 | 0 | 0.65 | 0.68 | 0.09 | 2.66 | 0.78 | 0.6 |
| Hex | E9 | 52 | 4B | 0 | 41 | 44 | 9 | 3 | 4E | 3C |
| Octal | 351 | 122 | 113 | 0 | 101 | 104 | 11 | 3 | 116 | 74 |
| Binary | 11101001 | 1010010 | 1001011 | 0 | 1000001 | 1000100 | 1001 | 11 | 1001110 | 111100 |
Color Harmonies of #E9524B
Complementary color
Monochromatic Colors of #E9524B
Black with #E9524B
Text Example
Text Example
White with #E9524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9524B; }
p { color: rgb(233,82,75); }
H1.HeaderClassName
{
color: #E9524B;
}
.AnyTagClassName
{
color: #E9524B;
}
</style>
background-color css
<style>
a { background-color: #E9524B; }
a { background-color: rgb(233,82,75); }
div.DivClassName
{
background-color: #E9524B;
}
.BgClassName
{
background-color: #E9524B;
}
</style>
border-color css
<style>
span { border-color: #E9524B; }
span { border-color: rgb(233,82,75); }
td.TdClassName
{
border-color: #E9524B;
}
.TagClassName
{
border-color: #E9524B;
}
</style>