Shades of Pink Flamingo #EE55F4
Tints of Pink Flamingo #EE55F4
RGB
CMYK
RGB Variations
Color information
#EE55F4 (or 0xEE55F4) is known color: Pink Flamingo. HEX triplet: EE, 55 and F4. RGB value is (238,85,244). Sum of RGB (Red+Green+Blue) = 238+85+244=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE55F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55F4 is #11AA0B. Grayscale: #949494. Windows color (decimal): -1157644 or 16012782. OLE color: 16012782.
HSL color Cylindrical-coordinate representation of color #EE55F4: hue angle of 297.74º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE55F4 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 85 | 244 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.04 |
| HSL | 297.74º | 0.88% | 0.65% | - |
| HSV(B) | 297.74º | 0.65% | 0.96% | - |
| XYZ | 54.84 | 31.21 | 88.72 | - |
| YUV | 148.87 | 181.69 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 244 | 0.02 | 0.65 | 0 | 0.04 | 297.74 | 0.88 | 0.65 |
| Hex | EE | 55 | F4 | 2 | 41 | 0 | 4 | 12A | 58 | 41 |
| Octal | 356 | 125 | 364 | 2 | 101 | 0 | 4 | 452 | 130 | 101 |
| Binary | 11101110 | 1010101 | 11110100 | 10 | 1000001 | 0 | 100 | 100101010 | 1011000 | 1000001 |
Color Harmonies of #EE55F4
Complementary color
Monochromatic Colors of #EE55F4
Black with #EE55F4
Text Example
Text Example
White with #EE55F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55F4; }
p { color: rgb(238,85,244); }
H1.HeaderClassName
{
color: #EE55F4;
}
.AnyTagClassName
{
color: #EE55F4;
}
</style>
background-color css
<style>
a { background-color: #EE55F4; }
a { background-color: rgb(238,85,244); }
div.DivClassName
{
background-color: #EE55F4;
}
.BgClassName
{
background-color: #EE55F4;
}
</style>
border-color css
<style>
span { border-color: #EE55F4; }
span { border-color: rgb(238,85,244); }
td.TdClassName
{
border-color: #EE55F4;
}
.TagClassName
{
border-color: #EE55F4;
}
</style>