Shades of Flamingo #E66543
Tints of Flamingo #E66543
RGB
CMYK
RGB Variations
Color information
#E66543 (or 0xE66543) is known color: Flamingo. HEX triplet: E6, 65 and 43. RGB value is (230,101,67). Sum of RGB (Red+Green+Blue) = 230+101+67=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E66543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66543 is #199ABC. Grayscale: #878787. Windows color (decimal): -1678013 or 4416998. OLE color: 4416998.
HSL color Cylindrical-coordinate representation of color #E66543: hue angle of 12.52º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E66543 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 67 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.10 |
| HSL | 12.52º | 0.77% | 0.58% | - |
| HSV(B) | 12.52º | 0.71% | 0.9% | - |
| XYZ | 38.3 | 26.54 | 8.41 | - |
| YUV | 135.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 67 | 0 | 0.56 | 0.71 | 0.10 | 12.52 | 0.77 | 0.58 |
| Hex | E6 | 65 | 43 | 0 | 38 | 47 | A | D | 4D | 3A |
| Octal | 346 | 145 | 103 | 0 | 70 | 107 | 12 | 15 | 115 | 72 |
| Binary | 11100110 | 1100101 | 1000011 | 0 | 111000 | 1000111 | 1010 | 1101 | 1001101 | 111010 |
Color Harmonies of #E66543
Complementary color
Monochromatic Colors of #E66543
Black with #E66543
Text Example
Text Example
White with #E66543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66543; }
p { color: rgb(230,101,67); }
H1.HeaderClassName
{
color: #E66543;
}
.AnyTagClassName
{
color: #E66543;
}
</style>
background-color css
<style>
a { background-color: #E66543; }
a { background-color: rgb(230,101,67); }
div.DivClassName
{
background-color: #E66543;
}
.BgClassName
{
background-color: #E66543;
}
</style>
border-color css
<style>
span { border-color: #E66543; }
span { border-color: rgb(230,101,67); }
td.TdClassName
{
border-color: #E66543;
}
.TagClassName
{
border-color: #E66543;
}
</style>