Shades of Pink Flamingo #EE50F3
Tints of Pink Flamingo #EE50F3
RGB
CMYK
RGB Variations
Color information
#EE50F3 (or 0xEE50F3) is known color: Pink Flamingo. HEX triplet: EE, 50 and F3. RGB value is (238,80,243). Sum of RGB (Red+Green+Blue) = 238+80+243=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE50F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50F3 is #11AF0C. Grayscale: #919191. Windows color (decimal): -1158925 or 15945966. OLE color: 15945966.
HSL color Cylindrical-coordinate representation of color #EE50F3: hue angle of 298.16º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE50F3 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 80 | 243 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.05 |
| HSL | 298.16º | 0.87% | 0.63% | - |
| HSV(B) | 298.16º | 0.67% | 0.95% | - |
| XYZ | 54.31 | 30.39 | 87.8 | - |
| YUV | 145.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 243 | 0.02 | 0.67 | 0 | 0.05 | 298.16 | 0.87 | 0.63 |
| Hex | EE | 50 | F3 | 2 | 43 | 0 | 5 | 12A | 57 | 3F |
| Octal | 356 | 120 | 363 | 2 | 103 | 0 | 5 | 452 | 127 | 77 |
| Binary | 11101110 | 1010000 | 11110011 | 10 | 1000011 | 0 | 101 | 100101010 | 1010111 | 111111 |
Color Harmonies of #EE50F3
Complementary color
Monochromatic Colors of #EE50F3
Black with #EE50F3
Text Example
Text Example
White with #EE50F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50F3; }
p { color: rgb(238,80,243); }
H1.HeaderClassName
{
color: #EE50F3;
}
.AnyTagClassName
{
color: #EE50F3;
}
</style>
background-color css
<style>
a { background-color: #EE50F3; }
a { background-color: rgb(238,80,243); }
div.DivClassName
{
background-color: #EE50F3;
}
.BgClassName
{
background-color: #EE50F3;
}
</style>
border-color css
<style>
span { border-color: #EE50F3; }
span { border-color: rgb(238,80,243); }
td.TdClassName
{
border-color: #EE50F3;
}
.TagClassName
{
border-color: #EE50F3;
}
</style>