Shades of Flamingo #E6554D
Tints of Flamingo #E6554D
RGB
CMYK
RGB Variations
Color information
#E6554D (or 0xE6554D) is known color: Flamingo. HEX triplet: E6, 55 and 4D. RGB value is (230,85,77). Sum of RGB (Red+Green+Blue) = 230+85+77=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6554D is #19AAB2. Grayscale: #7F7F7F. Windows color (decimal): -1682099 or 5068262. OLE color: 5068262.
HSL color Cylindrical-coordinate representation of color #E6554D: hue angle of 3.14º 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 #E6554D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 77 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.10 |
| HSL | 3.14º | 0.75% | 0.6% | - |
| HSV(B) | 3.14º | 0.67% | 0.9% | - |
| XYZ | 37.22 | 23.86 | 9.66 | - |
| YUV | 127.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 77 | 0 | 0.63 | 0.67 | 0.10 | 3.14 | 0.75 | 0.6 |
| Hex | E6 | 55 | 4D | 0 | 3F | 43 | A | 3 | 4B | 3C |
| Octal | 346 | 125 | 115 | 0 | 77 | 103 | 12 | 3 | 113 | 74 |
| Binary | 11100110 | 1010101 | 1001101 | 0 | 111111 | 1000011 | 1010 | 11 | 1001011 | 111100 |
Color Harmonies of #E6554D
Complementary color
Monochromatic Colors of #E6554D
Black with #E6554D
Text Example
Text Example
White with #E6554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6554D; }
p { color: rgb(230,85,77); }
H1.HeaderClassName
{
color: #E6554D;
}
.AnyTagClassName
{
color: #E6554D;
}
</style>
background-color css
<style>
a { background-color: #E6554D; }
a { background-color: rgb(230,85,77); }
div.DivClassName
{
background-color: #E6554D;
}
.BgClassName
{
background-color: #E6554D;
}
</style>
border-color css
<style>
span { border-color: #E6554D; }
span { border-color: rgb(230,85,77); }
td.TdClassName
{
border-color: #E6554D;
}
.TagClassName
{
border-color: #E6554D;
}
</style>