Shades of Pink Flamingo #EE5AFF
Tints of Pink Flamingo #EE5AFF
RGB
CMYK
RGB Variations
Color information
#EE5AFF (or 0xEE5AFF) is known color: Pink Flamingo. HEX triplet: EE, 5A and FF. RGB value is (238,90,255). Sum of RGB (Red+Green+Blue) = 238+90+255=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 90 (35.55% from 255 or 15.44% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AFF is #11A500. Grayscale: #989898. Windows color (decimal): -1156353 or 16734958. OLE color: 16734958.
HSL color Cylindrical-coordinate representation of color #EE5AFF: hue angle of 293.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5AFF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 90 | 255 | - |
| CMYK | 0.07 | 0.65 | 0 | 0 |
| HSL | 293.82º | 1% | 0.68% | - |
| HSV(B) | 293.82º | 0.65% | 1% | - |
| XYZ | 56.97 | 32.71 | 97.92 | - |
| YUV | 153.06 | 185.53 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 255 | 0.07 | 0.65 | 0 | 0 | 293.82 | 1 | 0.68 |
| Hex | EE | 5A | FF | 7 | 41 | 0 | 0 | 126 | 64 | 44 |
| Octal | 356 | 132 | 377 | 7 | 101 | 0 | 0 | 446 | 144 | 104 |
| Binary | 11101110 | 1011010 | 11111111 | 111 | 1000001 | 0 | 0 | 100100110 | 1100100 | 1000100 |
Color Harmonies of #EE5AFF
Complementary color
Monochromatic Colors of #EE5AFF
Black with #EE5AFF
Text Example
Text Example
White with #EE5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AFF; }
p { color: rgb(238,90,255); }
H1.HeaderClassName
{
color: #EE5AFF;
}
.AnyTagClassName
{
color: #EE5AFF;
}
</style>
background-color css
<style>
a { background-color: #EE5AFF; }
a { background-color: rgb(238,90,255); }
div.DivClassName
{
background-color: #EE5AFF;
}
.BgClassName
{
background-color: #EE5AFF;
}
</style>
border-color css
<style>
span { border-color: #EE5AFF; }
span { border-color: rgb(238,90,255); }
td.TdClassName
{
border-color: #EE5AFF;
}
.TagClassName
{
border-color: #EE5AFF;
}
</style>