Shades of Pink Flamingo #E450F9
Tints of Pink Flamingo #E450F9
RGB
CMYK
RGB Variations
Color information
#E450F9 (or 0xE450F9) is known color: Pink Flamingo. HEX triplet: E4, 50 and F9. RGB value is (228,80,249). Sum of RGB (Red+Green+Blue) = 228+80+249=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #E450F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E450F9 is #1BAF06. Grayscale: #8E8E8E. Windows color (decimal): -1814279 or 16339172. OLE color: 16339172.
HSL color Cylindrical-coordinate representation of color #E450F9: hue angle of 292.54º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E450F9 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 80 | 249 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.02 |
| HSL | 292.54º | 0.93% | 0.65% | - |
| HSV(B) | 292.54º | 0.68% | 0.98% | - |
| XYZ | 51.96 | 29.07 | 92.5 | - |
| YUV | 143.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 249 | 0.08 | 0.68 | 0 | 0.02 | 292.54 | 0.93 | 0.65 |
| Hex | E4 | 50 | F9 | 8 | 44 | 0 | 2 | 125 | 5D | 41 |
| Octal | 344 | 120 | 371 | 10 | 104 | 0 | 2 | 445 | 135 | 101 |
| Binary | 11100100 | 1010000 | 11111001 | 1000 | 1000100 | 0 | 10 | 100100101 | 1011101 | 1000001 |
Color Harmonies of #E450F9
Complementary color
Monochromatic Colors of #E450F9
Black with #E450F9
Text Example
Text Example
White with #E450F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450F9; }
p { color: rgb(228,80,249); }
H1.HeaderClassName
{
color: #E450F9;
}
.AnyTagClassName
{
color: #E450F9;
}
</style>
background-color css
<style>
a { background-color: #E450F9; }
a { background-color: rgb(228,80,249); }
div.DivClassName
{
background-color: #E450F9;
}
.BgClassName
{
background-color: #E450F9;
}
</style>
border-color css
<style>
span { border-color: #E450F9; }
span { border-color: rgb(228,80,249); }
td.TdClassName
{
border-color: #E450F9;
}
.TagClassName
{
border-color: #E450F9;
}
</style>