Shades of Flamingo #E66245
Tints of Flamingo #E66245
RGB
CMYK
RGB Variations
Color information
#E66245 (or 0xE66245) is known color: Flamingo. HEX triplet: E6, 62 and 45. RGB value is (230,98,69). Sum of RGB (Red+Green+Blue) = 230+98+69=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E66245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66245 is #199DBA. Grayscale: #868686. Windows color (decimal): -1678779 or 4547302. OLE color: 4547302.
HSL color Cylindrical-coordinate representation of color #E66245: hue angle of 10.81º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66245 is Cyan = 0, Magento = 0.57, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 69 | - |
| CMYK | 0 | 0.57 | 0.7 | 0.10 |
| HSL | 10.81º | 0.76% | 0.59% | - |
| HSV(B) | 10.81º | 0.7% | 0.9% | - |
| XYZ | 38.07 | 25.99 | 8.64 | - |
| YUV | 134.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 69 | 0 | 0.57 | 0.7 | 0.10 | 10.81 | 0.76 | 0.59 |
| Hex | E6 | 62 | 45 | 0 | 39 | 46 | A | B | 4C | 3B |
| Octal | 346 | 142 | 105 | 0 | 71 | 106 | 12 | 13 | 114 | 73 |
| Binary | 11100110 | 1100010 | 1000101 | 0 | 111001 | 1000110 | 1010 | 1011 | 1001100 | 111011 |
Color Harmonies of #E66245
Complementary color
Monochromatic Colors of #E66245
Black with #E66245
Text Example
Text Example
White with #E66245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66245; }
p { color: rgb(230,98,69); }
H1.HeaderClassName
{
color: #E66245;
}
.AnyTagClassName
{
color: #E66245;
}
</style>
background-color css
<style>
a { background-color: #E66245; }
a { background-color: rgb(230,98,69); }
div.DivClassName
{
background-color: #E66245;
}
.BgClassName
{
background-color: #E66245;
}
</style>
border-color css
<style>
span { border-color: #E66245; }
span { border-color: rgb(230,98,69); }
td.TdClassName
{
border-color: #E66245;
}
.TagClassName
{
border-color: #E66245;
}
</style>