Shades of Flamingo #E66250
Tints of Flamingo #E66250
RGB
CMYK
RGB Variations
Color information
#E66250 (or 0xE66250) is known color: Flamingo. HEX triplet: E6, 62 and 50. RGB value is (230,98,80). Sum of RGB (Red+Green+Blue) = 230+98+80=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E66250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66250 is #199DAF. Grayscale: #878787. Windows color (decimal): -1678768 or 5268198. OLE color: 5268198.
HSL color Cylindrical-coordinate representation of color #E66250: hue angle of 7.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E66250 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 80 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.10 |
| HSL | 7.2º | 0.75% | 0.61% | - |
| HSV(B) | 7.2º | 0.65% | 0.9% | - |
| XYZ | 38.45 | 26.14 | 10.61 | - |
| YUV | 135.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 80 | 0 | 0.57 | 0.65 | 0.10 | 7.2 | 0.75 | 0.61 |
| Hex | E6 | 62 | 50 | 0 | 39 | 41 | A | 7 | 4B | 3D |
| Octal | 346 | 142 | 120 | 0 | 71 | 101 | 12 | 7 | 113 | 75 |
| Binary | 11100110 | 1100010 | 1010000 | 0 | 111001 | 1000001 | 1010 | 111 | 1001011 | 111101 |
Color Harmonies of #E66250
Complementary color
Monochromatic Colors of #E66250
Black with #E66250
Text Example
Text Example
White with #E66250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66250; }
p { color: rgb(230,98,80); }
H1.HeaderClassName
{
color: #E66250;
}
.AnyTagClassName
{
color: #E66250;
}
</style>
background-color css
<style>
a { background-color: #E66250; }
a { background-color: rgb(230,98,80); }
div.DivClassName
{
background-color: #E66250;
}
.BgClassName
{
background-color: #E66250;
}
</style>
border-color css
<style>
span { border-color: #E66250; }
span { border-color: rgb(230,98,80); }
td.TdClassName
{
border-color: #E66250;
}
.TagClassName
{
border-color: #E66250;
}
</style>