Shades of Flamingo #E65643
Tints of Flamingo #E65643
RGB
CMYK
RGB Variations
Color information
#E65643 (or 0xE65643) is known color: Flamingo. HEX triplet: E6, 56 and 43. RGB value is (230,86,67). Sum of RGB (Red+Green+Blue) = 230+86+67=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E65643 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65643 is #19A9BC. Grayscale: #7F7F7F. Windows color (decimal): -1681853 or 4413158. OLE color: 4413158.
HSL color Cylindrical-coordinate representation of color #E65643: hue angle of 6.99º 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 #E65643 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 67 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.10 |
| HSL | 6.99º | 0.77% | 0.58% | - |
| HSV(B) | 6.99º | 0.71% | 0.9% | - |
| XYZ | 36.97 | 23.88 | 7.97 | - |
| YUV | 126.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 67 | 0 | 0.63 | 0.71 | 0.10 | 6.99 | 0.77 | 0.58 |
| Hex | E6 | 56 | 43 | 0 | 3F | 47 | A | 7 | 4D | 3A |
| Octal | 346 | 126 | 103 | 0 | 77 | 107 | 12 | 7 | 115 | 72 |
| Binary | 11100110 | 1010110 | 1000011 | 0 | 111111 | 1000111 | 1010 | 111 | 1001101 | 111010 |
Color Harmonies of #E65643
Complementary color
Monochromatic Colors of #E65643
Black with #E65643
Text Example
Text Example
White with #E65643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65643; }
p { color: rgb(230,86,67); }
H1.HeaderClassName
{
color: #E65643;
}
.AnyTagClassName
{
color: #E65643;
}
</style>
background-color css
<style>
a { background-color: #E65643; }
a { background-color: rgb(230,86,67); }
div.DivClassName
{
background-color: #E65643;
}
.BgClassName
{
background-color: #E65643;
}
</style>
border-color css
<style>
span { border-color: #E65643; }
span { border-color: rgb(230,86,67); }
td.TdClassName
{
border-color: #E65643;
}
.TagClassName
{
border-color: #E65643;
}
</style>