Shades of Flamingo #E06357
Tints of Flamingo #E06357
RGB
CMYK
RGB Variations
Color information
#E06357 (or 0xE06357) is known color: Flamingo. HEX triplet: E0, 63 and 57. RGB value is (224,99,87). Sum of RGB (Red+Green+Blue) = 224+99+87=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E06357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06357 is #1F9CA8. Grayscale: #878787. Windows color (decimal): -2071721 or 5727200. OLE color: 5727200.
HSL color Cylindrical-coordinate representation of color #E06357: hue angle of 5.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E06357 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 87 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.12 |
| HSL | 5.26º | 0.69% | 0.61% | - |
| HSV(B) | 5.26º | 0.61% | 0.88% | - |
| XYZ | 36.92 | 25.46 | 11.98 | - |
| YUV | 135.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 87 | 0 | 0.56 | 0.61 | 0.12 | 5.26 | 0.69 | 0.61 |
| Hex | E0 | 63 | 57 | 0 | 38 | 3D | C | 5 | 45 | 3D |
| Octal | 340 | 143 | 127 | 0 | 70 | 75 | 14 | 5 | 105 | 75 |
| Binary | 11100000 | 1100011 | 1010111 | 0 | 111000 | 111101 | 1100 | 101 | 1000101 | 111101 |
Color Harmonies of #E06357
Complementary color
Monochromatic Colors of #E06357
Black with #E06357
Text Example
Text Example
White with #E06357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06357; }
p { color: rgb(224,99,87); }
H1.HeaderClassName
{
color: #E06357;
}
.AnyTagClassName
{
color: #E06357;
}
</style>
background-color css
<style>
a { background-color: #E06357; }
a { background-color: rgb(224,99,87); }
div.DivClassName
{
background-color: #E06357;
}
.BgClassName
{
background-color: #E06357;
}
</style>
border-color css
<style>
span { border-color: #E06357; }
span { border-color: rgb(224,99,87); }
td.TdClassName
{
border-color: #E06357;
}
.TagClassName
{
border-color: #E06357;
}
</style>