Shades of Flamingo #EE6250
Tints of Flamingo #EE6250
RGB
CMYK
RGB Variations
Color information
#EE6250 (or 0xEE6250) is known color: Flamingo. HEX triplet: EE, 62 and 50. RGB value is (238,98,80). Sum of RGB (Red+Green+Blue) = 238+98+80=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6250 is #119DAF. Grayscale: #8A8A8A. Windows color (decimal): -1154480 or 5268206. OLE color: 5268206.
HSL color Cylindrical-coordinate representation of color #EE6250: hue angle of 6.84º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE6250 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 80 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.07 |
| HSL | 6.84º | 0.82% | 0.62% | - |
| HSV(B) | 6.84º | 0.66% | 0.93% | - |
| XYZ | 41.08 | 27.49 | 10.73 | - |
| YUV | 137.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 80 | 0 | 0.59 | 0.66 | 0.07 | 6.84 | 0.82 | 0.62 |
| Hex | EE | 62 | 50 | 0 | 3B | 42 | 7 | 7 | 52 | 3E |
| Octal | 356 | 142 | 120 | 0 | 73 | 102 | 7 | 7 | 122 | 76 |
| Binary | 11101110 | 1100010 | 1010000 | 0 | 111011 | 1000010 | 111 | 111 | 1010010 | 111110 |
Color Harmonies of #EE6250
Complementary color
Monochromatic Colors of #EE6250
Black with #EE6250
Text Example
Text Example
White with #EE6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6250; }
p { color: rgb(238,98,80); }
H1.HeaderClassName
{
color: #EE6250;
}
.AnyTagClassName
{
color: #EE6250;
}
</style>
background-color css
<style>
a { background-color: #EE6250; }
a { background-color: rgb(238,98,80); }
div.DivClassName
{
background-color: #EE6250;
}
.BgClassName
{
background-color: #EE6250;
}
</style>
border-color css
<style>
span { border-color: #EE6250; }
span { border-color: rgb(238,98,80); }
td.TdClassName
{
border-color: #EE6250;
}
.TagClassName
{
border-color: #EE6250;
}
</style>