Shades of Flamingo #E6544D
Tints of Flamingo #E6544D
RGB
CMYK
RGB Variations
Color information
#E6544D (or 0xE6544D) is known color: Flamingo. HEX triplet: E6, 54 and 4D. RGB value is (230,84,77). Sum of RGB (Red+Green+Blue) = 230+84+77=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6544D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6544D is #19ABB2. Grayscale: #7F7F7F. Windows color (decimal): -1682355 or 5068006. OLE color: 5068006.
HSL color Cylindrical-coordinate representation of color #E6544D: hue angle of 2.75º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6544D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 77 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.10 |
| HSL | 2.75º | 0.75% | 0.6% | - |
| HSV(B) | 2.75º | 0.67% | 0.9% | - |
| XYZ | 37.14 | 23.7 | 9.64 | - |
| YUV | 126.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 77 | 0 | 0.63 | 0.67 | 0.10 | 2.75 | 0.75 | 0.6 |
| Hex | E6 | 54 | 4D | 0 | 3F | 43 | A | 3 | 4B | 3C |
| Octal | 346 | 124 | 115 | 0 | 77 | 103 | 12 | 3 | 113 | 74 |
| Binary | 11100110 | 1010100 | 1001101 | 0 | 111111 | 1000011 | 1010 | 11 | 1001011 | 111100 |
Color Harmonies of #E6544D
Complementary color
Monochromatic Colors of #E6544D
Black with #E6544D
Text Example
Text Example
White with #E6544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6544D; }
p { color: rgb(230,84,77); }
H1.HeaderClassName
{
color: #E6544D;
}
.AnyTagClassName
{
color: #E6544D;
}
</style>
background-color css
<style>
a { background-color: #E6544D; }
a { background-color: rgb(230,84,77); }
div.DivClassName
{
background-color: #E6544D;
}
.BgClassName
{
background-color: #E6544D;
}
</style>
border-color css
<style>
span { border-color: #E6544D; }
span { border-color: rgb(230,84,77); }
td.TdClassName
{
border-color: #E6544D;
}
.TagClassName
{
border-color: #E6544D;
}
</style>