Shades of Flamingo #E6573D
Tints of Flamingo #E6573D
RGB
CMYK
RGB Variations
Color information
#E6573D (or 0xE6573D) is known color: Flamingo. HEX triplet: E6, 57 and 3D. RGB value is (230,87,61). Sum of RGB (Red+Green+Blue) = 230+87+61=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6573D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6573D is #19A8C2. Grayscale: #7F7F7F. Windows color (decimal): -1681603 or 4020198. OLE color: 4020198.
HSL color Cylindrical-coordinate representation of color #E6573D: hue angle of 9.23º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6573D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 61 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.10 |
| HSL | 9.23º | 0.77% | 0.57% | - |
| HSV(B) | 9.23º | 0.73% | 0.9% | - |
| XYZ | 36.88 | 23.98 | 7.1 | - |
| YUV | 126.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 61 | 0 | 0.62 | 0.73 | 0.10 | 9.23 | 0.77 | 0.57 |
| Hex | E6 | 57 | 3D | 0 | 3E | 49 | A | 9 | 4D | 39 |
| Octal | 346 | 127 | 75 | 0 | 76 | 111 | 12 | 11 | 115 | 71 |
| Binary | 11100110 | 1010111 | 111101 | 0 | 111110 | 1001001 | 1010 | 1001 | 1001101 | 111001 |
Color Harmonies of #E6573D
Complementary color
Monochromatic Colors of #E6573D
Black with #E6573D
Text Example
Text Example
White with #E6573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6573D; }
p { color: rgb(230,87,61); }
H1.HeaderClassName
{
color: #E6573D;
}
.AnyTagClassName
{
color: #E6573D;
}
</style>
background-color css
<style>
a { background-color: #E6573D; }
a { background-color: rgb(230,87,61); }
div.DivClassName
{
background-color: #E6573D;
}
.BgClassName
{
background-color: #E6573D;
}
</style>
border-color css
<style>
span { border-color: #E6573D; }
span { border-color: rgb(230,87,61); }
td.TdClassName
{
border-color: #E6573D;
}
.TagClassName
{
border-color: #E6573D;
}
</style>