Shades of Flamingo #E65449
Tints of Flamingo #E65449
RGB
CMYK
RGB Variations
Color information
#E65449 (or 0xE65449) is known color: Flamingo. HEX triplet: E6, 54 and 49. RGB value is (230,84,73). Sum of RGB (Red+Green+Blue) = 230+84+73=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E65449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65449 is #19ABB6. Grayscale: #7E7E7E. Windows color (decimal): -1682359 or 4805862. OLE color: 4805862.
HSL color Cylindrical-coordinate representation of color #E65449: hue angle of 4.2º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E65449 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 73 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.10 |
| HSL | 4.2º | 0.76% | 0.59% | - |
| HSV(B) | 4.2º | 0.68% | 0.9% | - |
| XYZ | 37.01 | 23.64 | 8.92 | - |
| YUV | 126.4 | 97.87 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 73 | 0 | 0.63 | 0.68 | 0.10 | 4.2 | 0.76 | 0.59 |
| Hex | E6 | 54 | 49 | 0 | 3F | 44 | A | 4 | 4C | 3B |
| Octal | 346 | 124 | 111 | 0 | 77 | 104 | 12 | 4 | 114 | 73 |
| Binary | 11100110 | 1010100 | 1001001 | 0 | 111111 | 1000100 | 1010 | 100 | 1001100 | 111011 |
Color Harmonies of #E65449
Complementary color
Monochromatic Colors of #E65449
Black with #E65449
Text Example
Text Example
White with #E65449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65449; }
p { color: rgb(230,84,73); }
H1.HeaderClassName
{
color: #E65449;
}
.AnyTagClassName
{
color: #E65449;
}
</style>
background-color css
<style>
a { background-color: #E65449; }
a { background-color: rgb(230,84,73); }
div.DivClassName
{
background-color: #E65449;
}
.BgClassName
{
background-color: #E65449;
}
</style>
border-color css
<style>
span { border-color: #E65449; }
span { border-color: rgb(230,84,73); }
td.TdClassName
{
border-color: #E65449;
}
.TagClassName
{
border-color: #E65449;
}
</style>