Shades of Flamingo #E65543
Tints of Flamingo #E65543
RGB
CMYK
RGB Variations
Color information
#E65543 (or 0xE65543) is known color: Flamingo. HEX triplet: E6, 55 and 43. RGB value is (230,85,67). Sum of RGB (Red+Green+Blue) = 230+85+67=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E65543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65543 is #19AABC. Grayscale: #7E7E7E. Windows color (decimal): -1682109 or 4412902. OLE color: 4412902.
HSL color Cylindrical-coordinate representation of color #E65543: hue angle of 6.63º 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 #E65543 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 67 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.10 |
| HSL | 6.63º | 0.77% | 0.58% | - |
| HSV(B) | 6.63º | 0.71% | 0.9% | - |
| XYZ | 36.89 | 23.73 | 7.95 | - |
| YUV | 126.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 67 | 0 | 0.63 | 0.71 | 0.10 | 6.63 | 0.77 | 0.58 |
| Hex | E6 | 55 | 43 | 0 | 3F | 47 | A | 7 | 4D | 3A |
| Octal | 346 | 125 | 103 | 0 | 77 | 107 | 12 | 7 | 115 | 72 |
| Binary | 11100110 | 1010101 | 1000011 | 0 | 111111 | 1000111 | 1010 | 111 | 1001101 | 111010 |
Color Harmonies of #E65543
Complementary color
Monochromatic Colors of #E65543
Black with #E65543
Text Example
Text Example
White with #E65543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65543; }
p { color: rgb(230,85,67); }
H1.HeaderClassName
{
color: #E65543;
}
.AnyTagClassName
{
color: #E65543;
}
</style>
background-color css
<style>
a { background-color: #E65543; }
a { background-color: rgb(230,85,67); }
div.DivClassName
{
background-color: #E65543;
}
.BgClassName
{
background-color: #E65543;
}
</style>
border-color css
<style>
span { border-color: #E65543; }
span { border-color: rgb(230,85,67); }
td.TdClassName
{
border-color: #E65543;
}
.TagClassName
{
border-color: #E65543;
}
</style>