Shades of Flamingo #E66043
Tints of Flamingo #E66043
RGB
CMYK
RGB Variations
Color information
#E66043 (or 0xE66043) is known color: Flamingo. HEX triplet: E6, 60 and 43. RGB value is (230,96,67). Sum of RGB (Red+Green+Blue) = 230+96+67=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E66043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66043 is #199FBC. Grayscale: #858585. Windows color (decimal): -1679293 or 4415718. OLE color: 4415718.
HSL color Cylindrical-coordinate representation of color #E66043: hue angle of 10.67º 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 #E66043 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 67 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.10 |
| HSL | 10.67º | 0.77% | 0.58% | - |
| HSV(B) | 10.67º | 0.71% | 0.9% | - |
| XYZ | 37.83 | 25.59 | 8.26 | - |
| YUV | 132.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 67 | 0 | 0.58 | 0.71 | 0.10 | 10.67 | 0.77 | 0.58 |
| Hex | E6 | 60 | 43 | 0 | 3A | 47 | A | B | 4D | 3A |
| Octal | 346 | 140 | 103 | 0 | 72 | 107 | 12 | 13 | 115 | 72 |
| Binary | 11100110 | 1100000 | 1000011 | 0 | 111010 | 1000111 | 1010 | 1011 | 1001101 | 111010 |
Color Harmonies of #E66043
Complementary color
Monochromatic Colors of #E66043
Black with #E66043
Text Example
Text Example
White with #E66043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66043; }
p { color: rgb(230,96,67); }
H1.HeaderClassName
{
color: #E66043;
}
.AnyTagClassName
{
color: #E66043;
}
</style>
background-color css
<style>
a { background-color: #E66043; }
a { background-color: rgb(230,96,67); }
div.DivClassName
{
background-color: #E66043;
}
.BgClassName
{
background-color: #E66043;
}
</style>
border-color css
<style>
span { border-color: #E66043; }
span { border-color: rgb(230,96,67); }
td.TdClassName
{
border-color: #E66043;
}
.TagClassName
{
border-color: #E66043;
}
</style>