Shades of Pink Flamingo #EE54FD
Tints of Pink Flamingo #EE54FD
RGB
CMYK
RGB Variations
Color information
#EE54FD (or 0xEE54FD) is known color: Pink Flamingo. HEX triplet: EE, 54 and FD. RGB value is (238,84,253). Sum of RGB (Red+Green+Blue) = 238+84+253=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE54FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54FD is #11AB02. Grayscale: #949494. Windows color (decimal): -1157891 or 16602350. OLE color: 16602350.
HSL color Cylindrical-coordinate representation of color #EE54FD: hue angle of 294.67º degrees, saturation: 0.98, 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 #EE54FD is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 84 | 253 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.01 |
| HSL | 294.67º | 0.98% | 0.66% | - |
| HSV(B) | 294.67º | 0.67% | 0.99% | - |
| XYZ | 56.16 | 31.61 | 96.07 | - |
| YUV | 149.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 253 | 0.06 | 0.67 | 0 | 0.01 | 294.67 | 0.98 | 0.66 |
| Hex | EE | 54 | FD | 6 | 43 | 0 | 1 | 127 | 62 | 42 |
| Octal | 356 | 124 | 375 | 6 | 103 | 0 | 1 | 447 | 142 | 102 |
| Binary | 11101110 | 1010100 | 11111101 | 110 | 1000011 | 0 | 1 | 100100111 | 1100010 | 1000010 |
Color Harmonies of #EE54FD
Complementary color
Monochromatic Colors of #EE54FD
Black with #EE54FD
Text Example
Text Example
White with #EE54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE54FD; }
p { color: rgb(238,84,253); }
H1.HeaderClassName
{
color: #EE54FD;
}
.AnyTagClassName
{
color: #EE54FD;
}
</style>
background-color css
<style>
a { background-color: #EE54FD; }
a { background-color: rgb(238,84,253); }
div.DivClassName
{
background-color: #EE54FD;
}
.BgClassName
{
background-color: #EE54FD;
}
</style>
border-color css
<style>
span { border-color: #EE54FD; }
span { border-color: rgb(238,84,253); }
td.TdClassName
{
border-color: #EE54FD;
}
.TagClassName
{
border-color: #EE54FD;
}
</style>