Shades of Flamingo #E6554A
Tints of Flamingo #E6554A
RGB
CMYK
RGB Variations
Color information
#E6554A (or 0xE6554A) is known color: Flamingo. HEX triplet: E6, 55 and 4A. RGB value is (230,85,74). Sum of RGB (Red+Green+Blue) = 230+85+74=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6554A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6554A is #19AAB5. Grayscale: #7F7F7F. Windows color (decimal): -1682102 or 4871654. OLE color: 4871654.
HSL color Cylindrical-coordinate representation of color #E6554A: hue angle of 4.23º 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 #E6554A is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 74 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.10 |
| HSL | 4.23º | 0.76% | 0.6% | - |
| HSV(B) | 4.23º | 0.68% | 0.9% | - |
| XYZ | 37.12 | 23.81 | 9.12 | - |
| YUV | 127.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 74 | 0 | 0.63 | 0.68 | 0.10 | 4.23 | 0.76 | 0.6 |
| Hex | E6 | 55 | 4A | 0 | 3F | 44 | A | 4 | 4C | 3C |
| Octal | 346 | 125 | 112 | 0 | 77 | 104 | 12 | 4 | 114 | 74 |
| Binary | 11100110 | 1010101 | 1001010 | 0 | 111111 | 1000100 | 1010 | 100 | 1001100 | 111100 |
Color Harmonies of #E6554A
Complementary color
Monochromatic Colors of #E6554A
Black with #E6554A
Text Example
Text Example
White with #E6554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6554A; }
p { color: rgb(230,85,74); }
H1.HeaderClassName
{
color: #E6554A;
}
.AnyTagClassName
{
color: #E6554A;
}
</style>
background-color css
<style>
a { background-color: #E6554A; }
a { background-color: rgb(230,85,74); }
div.DivClassName
{
background-color: #E6554A;
}
.BgClassName
{
background-color: #E6554A;
}
</style>
border-color css
<style>
span { border-color: #E6554A; }
span { border-color: rgb(230,85,74); }
td.TdClassName
{
border-color: #E6554A;
}
.TagClassName
{
border-color: #E6554A;
}
</style>