Shades of Pink Flamingo #EE5AFE
Tints of Pink Flamingo #EE5AFE
RGB
CMYK
RGB Variations
Color information
#EE5AFE (or 0xEE5AFE) is known color: Pink Flamingo. HEX triplet: EE, 5A and FE. RGB value is (238,90,254). Sum of RGB (Red+Green+Blue) = 238+90+254=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 90 (35.55% from 255 or 15.46% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AFE is #11A501. Grayscale: #989898. Windows color (decimal): -1156354 or 16669422. OLE color: 16669422.
HSL color Cylindrical-coordinate representation of color #EE5AFE: hue angle of 294.15º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5AFE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 90 | 254 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.00 |
| HSL | 294.15º | 0.99% | 0.67% | - |
| HSV(B) | 294.15º | 0.65% | 1% | - |
| XYZ | 56.81 | 32.65 | 97.07 | - |
| YUV | 152.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 254 | 0.06 | 0.65 | 0 | 0.00 | 294.15 | 0.99 | 0.67 |
| Hex | EE | 5A | FE | 6 | 41 | 0 | 0 | 126 | 63 | 43 |
| Octal | 356 | 132 | 376 | 6 | 101 | 0 | 0 | 446 | 143 | 103 |
| Binary | 11101110 | 1011010 | 11111110 | 110 | 1000001 | 0 | 0 | 100100110 | 1100011 | 1000011 |
Color Harmonies of #EE5AFE
Complementary color
Monochromatic Colors of #EE5AFE
Black with #EE5AFE
Text Example
Text Example
White with #EE5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AFE; }
p { color: rgb(238,90,254); }
H1.HeaderClassName
{
color: #EE5AFE;
}
.AnyTagClassName
{
color: #EE5AFE;
}
</style>
background-color css
<style>
a { background-color: #EE5AFE; }
a { background-color: rgb(238,90,254); }
div.DivClassName
{
background-color: #EE5AFE;
}
.BgClassName
{
background-color: #EE5AFE;
}
</style>
border-color css
<style>
span { border-color: #EE5AFE; }
span { border-color: rgb(238,90,254); }
td.TdClassName
{
border-color: #EE5AFE;
}
.TagClassName
{
border-color: #EE5AFE;
}
</style>