Shades of Pink Flamingo #E550FD
Tints of Pink Flamingo #E550FD
RGB
CMYK
RGB Variations
Color information
#E550FD (or 0xE550FD) is known color: Pink Flamingo. HEX triplet: E5, 50 and FD. RGB value is (229,80,253). Sum of RGB (Red+Green+Blue) = 229+80+253=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 80 (31.64% from 255 or 14.23% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E550FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E550FD is #1AAF02. Grayscale: #8F8F8F. Windows color (decimal): -1748739 or 16601317. OLE color: 16601317.
HSL color Cylindrical-coordinate representation of color #E550FD: hue angle of 291.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E550FD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 80 | 253 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.01 |
| HSL | 291.68º | 0.98% | 0.65% | - |
| HSV(B) | 291.68º | 0.68% | 0.99% | - |
| XYZ | 52.91 | 29.49 | 95.83 | - |
| YUV | 144.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 253 | 0.09 | 0.68 | 0 | 0.01 | 291.68 | 0.98 | 0.65 |
| Hex | E5 | 50 | FD | 9 | 44 | 0 | 1 | 124 | 62 | 41 |
| Octal | 345 | 120 | 375 | 11 | 104 | 0 | 1 | 444 | 142 | 101 |
| Binary | 11100101 | 1010000 | 11111101 | 1001 | 1000100 | 0 | 1 | 100100100 | 1100010 | 1000001 |
Color Harmonies of #E550FD
Complementary color
Monochromatic Colors of #E550FD
Black with #E550FD
Text Example
Text Example
White with #E550FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550FD; }
p { color: rgb(229,80,253); }
H1.HeaderClassName
{
color: #E550FD;
}
.AnyTagClassName
{
color: #E550FD;
}
</style>
background-color css
<style>
a { background-color: #E550FD; }
a { background-color: rgb(229,80,253); }
div.DivClassName
{
background-color: #E550FD;
}
.BgClassName
{
background-color: #E550FD;
}
</style>
border-color css
<style>
span { border-color: #E550FD; }
span { border-color: rgb(229,80,253); }
td.TdClassName
{
border-color: #E550FD;
}
.TagClassName
{
border-color: #E550FD;
}
</style>