Shades of Flamingo #E6554B
Tints of Flamingo #E6554B
RGB
CMYK
RGB Variations
Color information
#E6554B (or 0xE6554B) is known color: Flamingo. HEX triplet: E6, 55 and 4B. RGB value is (230,85,75). Sum of RGB (Red+Green+Blue) = 230+85+75=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6554B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6554B is #19AAB4. Grayscale: #7F7F7F. Windows color (decimal): -1682101 or 4937190. OLE color: 4937190.
HSL color Cylindrical-coordinate representation of color #E6554B: hue angle of 3.87º 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 #E6554B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 75 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.10 |
| HSL | 3.87º | 0.76% | 0.6% | - |
| HSV(B) | 3.87º | 0.67% | 0.9% | - |
| XYZ | 37.15 | 23.83 | 9.3 | - |
| YUV | 127.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 75 | 0 | 0.63 | 0.67 | 0.10 | 3.87 | 0.76 | 0.6 |
| Hex | E6 | 55 | 4B | 0 | 3F | 43 | A | 4 | 4C | 3C |
| Octal | 346 | 125 | 113 | 0 | 77 | 103 | 12 | 4 | 114 | 74 |
| Binary | 11100110 | 1010101 | 1001011 | 0 | 111111 | 1000011 | 1010 | 100 | 1001100 | 111100 |
Color Harmonies of #E6554B
Complementary color
Monochromatic Colors of #E6554B
Black with #E6554B
Text Example
Text Example
White with #E6554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6554B; }
p { color: rgb(230,85,75); }
H1.HeaderClassName
{
color: #E6554B;
}
.AnyTagClassName
{
color: #E6554B;
}
</style>
background-color css
<style>
a { background-color: #E6554B; }
a { background-color: rgb(230,85,75); }
div.DivClassName
{
background-color: #E6554B;
}
.BgClassName
{
background-color: #E6554B;
}
</style>
border-color css
<style>
span { border-color: #E6554B; }
span { border-color: rgb(230,85,75); }
td.TdClassName
{
border-color: #E6554B;
}
.TagClassName
{
border-color: #E6554B;
}
</style>