Shades of Pink Flamingo #FF44EE
Tints of Pink Flamingo #FF44EE
RGB
CMYK
RGB Variations
Color information
#FF44EE (or 0xFF44EE) is known color: Pink Flamingo. HEX triplet: FF, 44 and EE. RGB value is (255,68,238). Sum of RGB (Red+Green+Blue) = 255+68+238=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 68 (26.95% from 255 or 12.12% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF44EE is #00BB11. Grayscale: #8E8E8E. Windows color (decimal): -47890 or 15615231. OLE color: 15615231.
HSL color Cylindrical-coordinate representation of color #FF44EE: hue angle of 305.45º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF44EE is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 238 | - |
| CMYK | 0 | 0.73 | 0.07 | 0 |
| HSL | 305.45º | 1% | 0.63% | - |
| HSV(B) | 305.45º | 0.73% | 1% | - |
| XYZ | 58.74 | 31.57 | 83.89 | - |
| YUV | 143.29 | 181.45 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 238 | 0 | 0.73 | 0.07 | 0 | 305.45 | 1 | 0.63 |
| Hex | FF | 44 | EE | 0 | 49 | 7 | 0 | 131 | 64 | 3F |
| Octal | 377 | 104 | 356 | 0 | 111 | 7 | 0 | 461 | 144 | 77 |
| Binary | 11111111 | 1000100 | 11101110 | 0 | 1001001 | 111 | 0 | 100110001 | 1100100 | 111111 |
Color Harmonies of #FF44EE
Complementary color
Monochromatic Colors of #FF44EE
Black with #FF44EE
Text Example
Text Example
White with #FF44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF44EE; }
p { color: rgb(255,68,238); }
H1.HeaderClassName
{
color: #FF44EE;
}
.AnyTagClassName
{
color: #FF44EE;
}
</style>
background-color css
<style>
a { background-color: #FF44EE; }
a { background-color: rgb(255,68,238); }
div.DivClassName
{
background-color: #FF44EE;
}
.BgClassName
{
background-color: #FF44EE;
}
</style>
border-color css
<style>
span { border-color: #FF44EE; }
span { border-color: rgb(255,68,238); }
td.TdClassName
{
border-color: #FF44EE;
}
.TagClassName
{
border-color: #FF44EE;
}
</style>