Shades of Pink Flamingo #EE54FC
Tints of Pink Flamingo #EE54FC
RGB
CMYK
RGB Variations
Color information
#EE54FC (or 0xEE54FC) is known color: Pink Flamingo. HEX triplet: EE, 54 and FC. RGB value is (238,84,252). Sum of RGB (Red+Green+Blue) = 238+84+252=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 84 (33.20% from 255 or 14.63% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE54FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54FC is #11AB03. Grayscale: #949494. Windows color (decimal): -1157892 or 16536814. OLE color: 16536814.
HSL color Cylindrical-coordinate representation of color #EE54FC: hue angle of 295º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE54FC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 84 | 252 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.01 |
| HSL | 295º | 0.97% | 0.66% | - |
| HSV(B) | 295º | 0.67% | 0.99% | - |
| XYZ | 56 | 31.55 | 95.23 | - |
| YUV | 149.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 252 | 0.06 | 0.67 | 0 | 0.01 | 295 | 0.97 | 0.66 |
| Hex | EE | 54 | FC | 6 | 43 | 0 | 1 | 127 | 61 | 42 |
| Octal | 356 | 124 | 374 | 6 | 103 | 0 | 1 | 447 | 141 | 102 |
| Binary | 11101110 | 1010100 | 11111100 | 110 | 1000011 | 0 | 1 | 100100111 | 1100001 | 1000010 |
Color Harmonies of #EE54FC
Complementary color
Monochromatic Colors of #EE54FC
Black with #EE54FC
Text Example
Text Example
White with #EE54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE54FC; }
p { color: rgb(238,84,252); }
H1.HeaderClassName
{
color: #EE54FC;
}
.AnyTagClassName
{
color: #EE54FC;
}
</style>
background-color css
<style>
a { background-color: #EE54FC; }
a { background-color: rgb(238,84,252); }
div.DivClassName
{
background-color: #EE54FC;
}
.BgClassName
{
background-color: #EE54FC;
}
</style>
border-color css
<style>
span { border-color: #EE54FC; }
span { border-color: rgb(238,84,252); }
td.TdClassName
{
border-color: #EE54FC;
}
.TagClassName
{
border-color: #EE54FC;
}
</style>