Shades of Pink Flamingo #EE57FF
Tints of Pink Flamingo #EE57FF
RGB
CMYK
RGB Variations
Color information
#EE57FF (or 0xEE57FF) is known color: Pink Flamingo. HEX triplet: EE, 57 and FF. RGB value is (238,87,255). Sum of RGB (Red+Green+Blue) = 238+87+255=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 87 (34.38% from 255 or 15% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE57FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE57FF is #11A800. Grayscale: #969696. Windows color (decimal): -1157121 or 16734190. OLE color: 16734190.
HSL color Cylindrical-coordinate representation of color #EE57FF: hue angle of 293.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE57FF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 87 | 255 | - |
| CMYK | 0.07 | 0.66 | 0 | 0 |
| HSL | 293.93º | 1% | 0.67% | - |
| HSV(B) | 293.93º | 0.66% | 1% | - |
| XYZ | 56.72 | 32.21 | 97.84 | - |
| YUV | 151.3 | 186.53 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 255 | 0.07 | 0.66 | 0 | 0 | 293.93 | 1 | 0.67 |
| Hex | EE | 57 | FF | 7 | 42 | 0 | 0 | 126 | 64 | 43 |
| Octal | 356 | 127 | 377 | 7 | 102 | 0 | 0 | 446 | 144 | 103 |
| Binary | 11101110 | 1010111 | 11111111 | 111 | 1000010 | 0 | 0 | 100100110 | 1100100 | 1000011 |
Color Harmonies of #EE57FF
Complementary color
Monochromatic Colors of #EE57FF
Black with #EE57FF
Text Example
Text Example
White with #EE57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57FF; }
p { color: rgb(238,87,255); }
H1.HeaderClassName
{
color: #EE57FF;
}
.AnyTagClassName
{
color: #EE57FF;
}
</style>
background-color css
<style>
a { background-color: #EE57FF; }
a { background-color: rgb(238,87,255); }
div.DivClassName
{
background-color: #EE57FF;
}
.BgClassName
{
background-color: #EE57FF;
}
</style>
border-color css
<style>
span { border-color: #EE57FF; }
span { border-color: rgb(238,87,255); }
td.TdClassName
{
border-color: #EE57FF;
}
.TagClassName
{
border-color: #EE57FF;
}
</style>