Shades of Pink Flamingo #EE54F4
Tints of Pink Flamingo #EE54F4
RGB
CMYK
RGB Variations
Color information
#EE54F4 (or 0xEE54F4) is known color: Pink Flamingo. HEX triplet: EE, 54 and F4. RGB value is (238,84,244). Sum of RGB (Red+Green+Blue) = 238+84+244=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE54F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54F4 is #11AB0B. Grayscale: #939393. Windows color (decimal): -1157900 or 16012526. OLE color: 16012526.
HSL color Cylindrical-coordinate representation of color #EE54F4: hue angle of 297.75º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE54F4 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 84 | 244 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.04 |
| HSL | 297.75º | 0.88% | 0.64% | - |
| HSV(B) | 297.75º | 0.66% | 0.96% | - |
| XYZ | 54.76 | 31.05 | 88.69 | - |
| YUV | 148.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 244 | 0.02 | 0.66 | 0 | 0.04 | 297.75 | 0.88 | 0.64 |
| Hex | EE | 54 | F4 | 2 | 42 | 0 | 4 | 12A | 58 | 40 |
| Octal | 356 | 124 | 364 | 2 | 102 | 0 | 4 | 452 | 130 | 100 |
| Binary | 11101110 | 1010100 | 11110100 | 10 | 1000010 | 0 | 100 | 100101010 | 1011000 | 1000000 |
Color Harmonies of #EE54F4
Complementary color
Monochromatic Colors of #EE54F4
Black with #EE54F4
Text Example
Text Example
White with #EE54F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE54F4; }
p { color: rgb(238,84,244); }
H1.HeaderClassName
{
color: #EE54F4;
}
.AnyTagClassName
{
color: #EE54F4;
}
</style>
background-color css
<style>
a { background-color: #EE54F4; }
a { background-color: rgb(238,84,244); }
div.DivClassName
{
background-color: #EE54F4;
}
.BgClassName
{
background-color: #EE54F4;
}
</style>
border-color css
<style>
span { border-color: #EE54F4; }
span { border-color: rgb(238,84,244); }
td.TdClassName
{
border-color: #EE54F4;
}
.TagClassName
{
border-color: #EE54F4;
}
</style>