Shades of Pink Flamingo #FF55EE
Tints of Pink Flamingo #FF55EE
RGB
CMYK
RGB Variations
Color information
#FF55EE (or 0xFF55EE) is known color: Pink Flamingo. HEX triplet: FF, 55 and EE. RGB value is (255,85,238). Sum of RGB (Red+Green+Blue) = 255+85+238=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55EE is #00AA11. Grayscale: #989898. Windows color (decimal): -43538 or 15619583. OLE color: 15619583.
HSL color Cylindrical-coordinate representation of color #FF55EE: hue angle of 306º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55EE is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 238 | - |
| CMYK | 0 | 0.67 | 0.07 | 0 |
| HSL | 306º | 1% | 0.67% | - |
| HSV(B) | 306º | 0.67% | 1% | - |
| XYZ | 59.92 | 33.93 | 84.28 | - |
| YUV | 153.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 238 | 0 | 0.67 | 0.07 | 0 | 306 | 1 | 0.67 |
| Hex | FF | 55 | EE | 0 | 43 | 7 | 0 | 132 | 64 | 43 |
| Octal | 377 | 125 | 356 | 0 | 103 | 7 | 0 | 462 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11101110 | 0 | 1000011 | 111 | 0 | 100110010 | 1100100 | 1000011 |
Color Harmonies of #FF55EE
Complementary color
Monochromatic Colors of #FF55EE
Black with #FF55EE
Text Example
Text Example
White with #FF55EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55EE; }
p { color: rgb(255,85,238); }
H1.HeaderClassName
{
color: #FF55EE;
}
.AnyTagClassName
{
color: #FF55EE;
}
</style>
background-color css
<style>
a { background-color: #FF55EE; }
a { background-color: rgb(255,85,238); }
div.DivClassName
{
background-color: #FF55EE;
}
.BgClassName
{
background-color: #FF55EE;
}
</style>
border-color css
<style>
span { border-color: #FF55EE; }
span { border-color: rgb(255,85,238); }
td.TdClassName
{
border-color: #FF55EE;
}
.TagClassName
{
border-color: #FF55EE;
}
</style>