Shades of Flamingo #EE5A50
Tints of Flamingo #EE5A50
RGB
CMYK
RGB Variations
Color information
#EE5A50 (or 0xEE5A50) is known color: Flamingo. HEX triplet: EE, 5A and 50. RGB value is (238,90,80). Sum of RGB (Red+Green+Blue) = 238+90+80=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5A50 is #11A5AF. Grayscale: #858585. Windows color (decimal): -1156528 or 5266158. OLE color: 5266158.
HSL color Cylindrical-coordinate representation of color #EE5A50: hue angle of 3.8º 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 #EE5A50 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 80 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.07 |
| HSL | 3.8º | 0.82% | 0.62% | - |
| HSV(B) | 3.8º | 0.66% | 0.93% | - |
| XYZ | 40.36 | 26.07 | 10.49 | - |
| YUV | 133.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 80 | 0 | 0.62 | 0.66 | 0.07 | 3.8 | 0.82 | 0.62 |
| Hex | EE | 5A | 50 | 0 | 3E | 42 | 7 | 4 | 52 | 3E |
| Octal | 356 | 132 | 120 | 0 | 76 | 102 | 7 | 4 | 122 | 76 |
| Binary | 11101110 | 1011010 | 1010000 | 0 | 111110 | 1000010 | 111 | 100 | 1010010 | 111110 |
Color Harmonies of #EE5A50
Complementary color
Monochromatic Colors of #EE5A50
Black with #EE5A50
Text Example
Text Example
White with #EE5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A50; }
p { color: rgb(238,90,80); }
H1.HeaderClassName
{
color: #EE5A50;
}
.AnyTagClassName
{
color: #EE5A50;
}
</style>
background-color css
<style>
a { background-color: #EE5A50; }
a { background-color: rgb(238,90,80); }
div.DivClassName
{
background-color: #EE5A50;
}
.BgClassName
{
background-color: #EE5A50;
}
</style>
border-color css
<style>
span { border-color: #EE5A50; }
span { border-color: rgb(238,90,80); }
td.TdClassName
{
border-color: #EE5A50;
}
.TagClassName
{
border-color: #EE5A50;
}
</style>