Shades of Flamingo #E6544A
Tints of Flamingo #E6544A
RGB
CMYK
RGB Variations
Color information
#E6544A (or 0xE6544A) is known color: Flamingo. HEX triplet: E6, 54 and 4A. RGB value is (230,84,74). Sum of RGB (Red+Green+Blue) = 230+84+74=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6544A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6544A is #19ABB5. Grayscale: #7E7E7E. Windows color (decimal): -1682358 or 4871398. OLE color: 4871398.
HSL color Cylindrical-coordinate representation of color #E6544A: hue angle of 3.85º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6544A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 74 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.10 |
| HSL | 3.85º | 0.76% | 0.6% | - |
| HSV(B) | 3.85º | 0.68% | 0.9% | - |
| XYZ | 37.04 | 23.66 | 9.09 | - |
| YUV | 126.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 74 | 0 | 0.63 | 0.68 | 0.10 | 3.85 | 0.76 | 0.6 |
| Hex | E6 | 54 | 4A | 0 | 3F | 44 | A | 4 | 4C | 3C |
| Octal | 346 | 124 | 112 | 0 | 77 | 104 | 12 | 4 | 114 | 74 |
| Binary | 11100110 | 1010100 | 1001010 | 0 | 111111 | 1000100 | 1010 | 100 | 1001100 | 111100 |
Color Harmonies of #E6544A
Complementary color
Monochromatic Colors of #E6544A
Black with #E6544A
Text Example
Text Example
White with #E6544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6544A; }
p { color: rgb(230,84,74); }
H1.HeaderClassName
{
color: #E6544A;
}
.AnyTagClassName
{
color: #E6544A;
}
</style>
background-color css
<style>
a { background-color: #E6544A; }
a { background-color: rgb(230,84,74); }
div.DivClassName
{
background-color: #E6544A;
}
.BgClassName
{
background-color: #E6544A;
}
</style>
border-color css
<style>
span { border-color: #E6544A; }
span { border-color: rgb(230,84,74); }
td.TdClassName
{
border-color: #E6544A;
}
.TagClassName
{
border-color: #E6544A;
}
</style>