Shades of Pink Flamingo #EE5AFA
Tints of Pink Flamingo #EE5AFA
RGB
CMYK
RGB Variations
Color information
#EE5AFA (or 0xEE5AFA) is known color: Pink Flamingo. HEX triplet: EE, 5A and FA. RGB value is (238,90,250). Sum of RGB (Red+Green+Blue) = 238+90+250=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE5AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AFA is #11A505. Grayscale: #989898. Windows color (decimal): -1156358 or 16407278. OLE color: 16407278.
HSL color Cylindrical-coordinate representation of color #EE5AFA: hue angle of 295.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5AFA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 90 | 250 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.02 |
| HSL | 295.5º | 0.94% | 0.67% | - |
| HSV(B) | 295.5º | 0.64% | 0.98% | - |
| XYZ | 56.17 | 32.39 | 93.73 | - |
| YUV | 152.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 250 | 0.05 | 0.64 | 0 | 0.02 | 295.5 | 0.94 | 0.67 |
| Hex | EE | 5A | FA | 5 | 40 | 0 | 2 | 128 | 5E | 43 |
| Octal | 356 | 132 | 372 | 5 | 100 | 0 | 2 | 450 | 136 | 103 |
| Binary | 11101110 | 1011010 | 11111010 | 101 | 1000000 | 0 | 10 | 100101000 | 1011110 | 1000011 |
Color Harmonies of #EE5AFA
Complementary color
Monochromatic Colors of #EE5AFA
Black with #EE5AFA
Text Example
Text Example
White with #EE5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AFA; }
p { color: rgb(238,90,250); }
H1.HeaderClassName
{
color: #EE5AFA;
}
.AnyTagClassName
{
color: #EE5AFA;
}
</style>
background-color css
<style>
a { background-color: #EE5AFA; }
a { background-color: rgb(238,90,250); }
div.DivClassName
{
background-color: #EE5AFA;
}
.BgClassName
{
background-color: #EE5AFA;
}
</style>
border-color css
<style>
span { border-color: #EE5AFA; }
span { border-color: rgb(238,90,250); }
td.TdClassName
{
border-color: #EE5AFA;
}
.TagClassName
{
border-color: #EE5AFA;
}
</style>