Shades of Flamingo #EE6350
Tints of Flamingo #EE6350
RGB
CMYK
RGB Variations
Color information
#EE6350 (or 0xEE6350) is known color: Flamingo. HEX triplet: EE, 63 and 50. RGB value is (238,99,80). Sum of RGB (Red+Green+Blue) = 238+99+80=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6350 is #119CAF. Grayscale: #8A8A8A. Windows color (decimal): -1154224 or 5268462. OLE color: 5268462.
HSL color Cylindrical-coordinate representation of color #EE6350: hue angle of 7.22º 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 #EE6350 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 7.22º | 0.82% | 0.62% | - |
| HSV(B) | 7.22º | 0.66% | 0.93% | - |
| XYZ | 41.17 | 27.68 | 10.76 | - |
| YUV | 138.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 80 | 0 | 0.58 | 0.66 | 0.07 | 7.22 | 0.82 | 0.62 |
| Hex | EE | 63 | 50 | 0 | 3A | 42 | 7 | 7 | 52 | 3E |
| Octal | 356 | 143 | 120 | 0 | 72 | 102 | 7 | 7 | 122 | 76 |
| Binary | 11101110 | 1100011 | 1010000 | 0 | 111010 | 1000010 | 111 | 111 | 1010010 | 111110 |
Color Harmonies of #EE6350
Complementary color
Monochromatic Colors of #EE6350
Black with #EE6350
Text Example
Text Example
White with #EE6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6350; }
p { color: rgb(238,99,80); }
H1.HeaderClassName
{
color: #EE6350;
}
.AnyTagClassName
{
color: #EE6350;
}
</style>
background-color css
<style>
a { background-color: #EE6350; }
a { background-color: rgb(238,99,80); }
div.DivClassName
{
background-color: #EE6350;
}
.BgClassName
{
background-color: #EE6350;
}
</style>
border-color css
<style>
span { border-color: #EE6350; }
span { border-color: rgb(238,99,80); }
td.TdClassName
{
border-color: #EE6350;
}
.TagClassName
{
border-color: #EE6350;
}
</style>