Shades of Flamingo #E6574F
Tints of Flamingo #E6574F
RGB
CMYK
RGB Variations
Color information
#E6574F (or 0xE6574F) is known color: Flamingo. HEX triplet: E6, 57 and 4F. RGB value is (230,87,79). Sum of RGB (Red+Green+Blue) = 230+87+79=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E6574F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6574F is #19A8B0. Grayscale: #818181. Windows color (decimal): -1681585 or 5199846. OLE color: 5199846.
HSL color Cylindrical-coordinate representation of color #E6574F: hue angle of 3.18º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6574F is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 79 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.10 |
| HSL | 3.18º | 0.75% | 0.61% | - |
| HSV(B) | 3.18º | 0.66% | 0.9% | - |
| XYZ | 37.45 | 24.2 | 10.09 | - |
| YUV | 128.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 79 | 0 | 0.62 | 0.66 | 0.10 | 3.18 | 0.75 | 0.61 |
| Hex | E6 | 57 | 4F | 0 | 3E | 42 | A | 3 | 4B | 3D |
| Octal | 346 | 127 | 117 | 0 | 76 | 102 | 12 | 3 | 113 | 75 |
| Binary | 11100110 | 1010111 | 1001111 | 0 | 111110 | 1000010 | 1010 | 11 | 1001011 | 111101 |
Color Harmonies of #E6574F
Complementary color
Monochromatic Colors of #E6574F
Black with #E6574F
Text Example
Text Example
White with #E6574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6574F; }
p { color: rgb(230,87,79); }
H1.HeaderClassName
{
color: #E6574F;
}
.AnyTagClassName
{
color: #E6574F;
}
</style>
background-color css
<style>
a { background-color: #E6574F; }
a { background-color: rgb(230,87,79); }
div.DivClassName
{
background-color: #E6574F;
}
.BgClassName
{
background-color: #E6574F;
}
</style>
border-color css
<style>
span { border-color: #E6574F; }
span { border-color: rgb(230,87,79); }
td.TdClassName
{
border-color: #E6574F;
}
.TagClassName
{
border-color: #E6574F;
}
</style>