Shades of Flamingo #E6544B
Tints of Flamingo #E6544B
RGB
CMYK
RGB Variations
Color information
#E6544B (or 0xE6544B) is known color: Flamingo. HEX triplet: E6, 54 and 4B. RGB value is (230,84,75). Sum of RGB (Red+Green+Blue) = 230+84+75=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6544B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6544B is #19ABB4. Grayscale: #7E7E7E. Windows color (decimal): -1682357 or 4936934. OLE color: 4936934.
HSL color Cylindrical-coordinate representation of color #E6544B: hue angle of 3.48º degrees, saturation: 0.76, 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 #E6544B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 75 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.10 |
| HSL | 3.48º | 0.76% | 0.6% | - |
| HSV(B) | 3.48º | 0.67% | 0.9% | - |
| XYZ | 37.07 | 23.67 | 9.27 | - |
| YUV | 126.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 75 | 0 | 0.63 | 0.67 | 0.10 | 3.48 | 0.76 | 0.6 |
| Hex | E6 | 54 | 4B | 0 | 3F | 43 | A | 3 | 4C | 3C |
| Octal | 346 | 124 | 113 | 0 | 77 | 103 | 12 | 3 | 114 | 74 |
| Binary | 11100110 | 1010100 | 1001011 | 0 | 111111 | 1000011 | 1010 | 11 | 1001100 | 111100 |
Color Harmonies of #E6544B
Complementary color
Monochromatic Colors of #E6544B
Black with #E6544B
Text Example
Text Example
White with #E6544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6544B; }
p { color: rgb(230,84,75); }
H1.HeaderClassName
{
color: #E6544B;
}
.AnyTagClassName
{
color: #E6544B;
}
</style>
background-color css
<style>
a { background-color: #E6544B; }
a { background-color: rgb(230,84,75); }
div.DivClassName
{
background-color: #E6544B;
}
.BgClassName
{
background-color: #E6544B;
}
</style>
border-color css
<style>
span { border-color: #E6544B; }
span { border-color: rgb(230,84,75); }
td.TdClassName
{
border-color: #E6544B;
}
.TagClassName
{
border-color: #E6544B;
}
</style>