Shades of Flamingo #E9534C
Tints of Flamingo #E9534C
RGB
CMYK
RGB Variations
Color information
#E9534C (or 0xE9534C) is known color: Flamingo. HEX triplet: E9, 53 and 4C. RGB value is (233,83,76). Sum of RGB (Red+Green+Blue) = 233+83+76=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E9534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9534C is #16ACB3. Grayscale: #7F7F7F. Windows color (decimal): -1486004 or 5002217. OLE color: 5002217.
HSL color Cylindrical-coordinate representation of color #E9534C: hue angle of 2.68º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9534C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 76 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.09 |
| HSL | 2.68º | 0.78% | 0.61% | - |
| HSV(B) | 2.68º | 0.67% | 0.91% | - |
| XYZ | 38 | 24.03 | 9.47 | - |
| YUV | 127.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 76 | 0 | 0.64 | 0.67 | 0.09 | 2.68 | 0.78 | 0.61 |
| Hex | E9 | 53 | 4C | 0 | 40 | 43 | 9 | 3 | 4E | 3D |
| Octal | 351 | 123 | 114 | 0 | 100 | 103 | 11 | 3 | 116 | 75 |
| Binary | 11101001 | 1010011 | 1001100 | 0 | 1000000 | 1000011 | 1001 | 11 | 1001110 | 111101 |
Color Harmonies of #E9534C
Complementary color
Monochromatic Colors of #E9534C
Black with #E9534C
Text Example
Text Example
White with #E9534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9534C; }
p { color: rgb(233,83,76); }
H1.HeaderClassName
{
color: #E9534C;
}
.AnyTagClassName
{
color: #E9534C;
}
</style>
background-color css
<style>
a { background-color: #E9534C; }
a { background-color: rgb(233,83,76); }
div.DivClassName
{
background-color: #E9534C;
}
.BgClassName
{
background-color: #E9534C;
}
</style>
border-color css
<style>
span { border-color: #E9534C; }
span { border-color: rgb(233,83,76); }
td.TdClassName
{
border-color: #E9534C;
}
.TagClassName
{
border-color: #E9534C;
}
</style>