Shades of Flamingo #E6534A
Tints of Flamingo #E6534A
RGB
CMYK
RGB Variations
Color information
#E6534A (or 0xE6534A) is known color: Flamingo. HEX triplet: E6, 53 and 4A. RGB value is (230,83,74). Sum of RGB (Red+Green+Blue) = 230+83+74=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6534A is #19ACB5. Grayscale: #7E7E7E. Windows color (decimal): -1682614 or 4871142. OLE color: 4871142.
HSL color Cylindrical-coordinate representation of color #E6534A: hue angle of 3.46º 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 #E6534A is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 74 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.10 |
| HSL | 3.46º | 0.76% | 0.6% | - |
| HSV(B) | 3.46º | 0.68% | 0.9% | - |
| XYZ | 36.96 | 23.5 | 9.07 | - |
| YUV | 125.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 74 | 0 | 0.64 | 0.68 | 0.10 | 3.46 | 0.76 | 0.6 |
| Hex | E6 | 53 | 4A | 0 | 40 | 44 | A | 3 | 4C | 3C |
| Octal | 346 | 123 | 112 | 0 | 100 | 104 | 12 | 3 | 114 | 74 |
| Binary | 11100110 | 1010011 | 1001010 | 0 | 1000000 | 1000100 | 1010 | 11 | 1001100 | 111100 |
Color Harmonies of #E6534A
Complementary color
Monochromatic Colors of #E6534A
Black with #E6534A
Text Example
Text Example
White with #E6534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6534A; }
p { color: rgb(230,83,74); }
H1.HeaderClassName
{
color: #E6534A;
}
.AnyTagClassName
{
color: #E6534A;
}
</style>
background-color css
<style>
a { background-color: #E6534A; }
a { background-color: rgb(230,83,74); }
div.DivClassName
{
background-color: #E6534A;
}
.BgClassName
{
background-color: #E6534A;
}
</style>
border-color css
<style>
span { border-color: #E6534A; }
span { border-color: rgb(230,83,74); }
td.TdClassName
{
border-color: #E6534A;
}
.TagClassName
{
border-color: #E6534A;
}
</style>