Shades of Flamingo #E8534B
Tints of Flamingo #E8534B
RGB
CMYK
RGB Variations
Color information
#E8534B (or 0xE8534B) is known color: Flamingo. HEX triplet: E8, 53 and 4B. RGB value is (232,83,75). Sum of RGB (Red+Green+Blue) = 232+83+75=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E8534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8534B is #17ACB4. Grayscale: #7E7E7E. Windows color (decimal): -1551541 or 4936680. OLE color: 4936680.
HSL color Cylindrical-coordinate representation of color #E8534B: hue angle of 3.06º degrees, saturation: 0.77, 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 #E8534B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 75 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.09 |
| HSL | 3.06º | 0.77% | 0.6% | - |
| HSV(B) | 3.06º | 0.68% | 0.91% | - |
| XYZ | 37.64 | 23.85 | 9.28 | - |
| YUV | 126.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 75 | 0 | 0.64 | 0.68 | 0.09 | 3.06 | 0.77 | 0.6 |
| Hex | E8 | 53 | 4B | 0 | 40 | 44 | 9 | 3 | 4D | 3C |
| Octal | 350 | 123 | 113 | 0 | 100 | 104 | 11 | 3 | 115 | 74 |
| Binary | 11101000 | 1010011 | 1001011 | 0 | 1000000 | 1000100 | 1001 | 11 | 1001101 | 111100 |
Color Harmonies of #E8534B
Complementary color
Monochromatic Colors of #E8534B
Black with #E8534B
Text Example
Text Example
White with #E8534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8534B; }
p { color: rgb(232,83,75); }
H1.HeaderClassName
{
color: #E8534B;
}
.AnyTagClassName
{
color: #E8534B;
}
</style>
background-color css
<style>
a { background-color: #E8534B; }
a { background-color: rgb(232,83,75); }
div.DivClassName
{
background-color: #E8534B;
}
.BgClassName
{
background-color: #E8534B;
}
</style>
border-color css
<style>
span { border-color: #E8534B; }
span { border-color: rgb(232,83,75); }
td.TdClassName
{
border-color: #E8534B;
}
.TagClassName
{
border-color: #E8534B;
}
</style>