Shades of Pink Flamingo #EE55FE
Tints of Pink Flamingo #EE55FE
RGB
CMYK
RGB Variations
Color information
#EE55FE (or 0xEE55FE) is known color: Pink Flamingo. HEX triplet: EE, 55 and FE. RGB value is (238,85,254). Sum of RGB (Red+Green+Blue) = 238+85+254=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE55FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55FE is #11AA01. Grayscale: #959595. Windows color (decimal): -1157634 or 16668142. OLE color: 16668142.
HSL color Cylindrical-coordinate representation of color #EE55FE: hue angle of 294.32º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE55FE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 85 | 254 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.00 |
| HSL | 294.32º | 0.99% | 0.66% | - |
| HSV(B) | 294.32º | 0.67% | 1% | - |
| XYZ | 56.4 | 31.83 | 96.94 | - |
| YUV | 150.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 254 | 0.06 | 0.67 | 0 | 0.00 | 294.32 | 0.99 | 0.66 |
| Hex | EE | 55 | FE | 6 | 43 | 0 | 0 | 126 | 63 | 42 |
| Octal | 356 | 125 | 376 | 6 | 103 | 0 | 0 | 446 | 143 | 102 |
| Binary | 11101110 | 1010101 | 11111110 | 110 | 1000011 | 0 | 0 | 100100110 | 1100011 | 1000010 |
Color Harmonies of #EE55FE
Complementary color
Monochromatic Colors of #EE55FE
Black with #EE55FE
Text Example
Text Example
White with #EE55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55FE; }
p { color: rgb(238,85,254); }
H1.HeaderClassName
{
color: #EE55FE;
}
.AnyTagClassName
{
color: #EE55FE;
}
</style>
background-color css
<style>
a { background-color: #EE55FE; }
a { background-color: rgb(238,85,254); }
div.DivClassName
{
background-color: #EE55FE;
}
.BgClassName
{
background-color: #EE55FE;
}
</style>
border-color css
<style>
span { border-color: #EE55FE; }
span { border-color: rgb(238,85,254); }
td.TdClassName
{
border-color: #EE55FE;
}
.TagClassName
{
border-color: #EE55FE;
}
</style>