Shades of Pink Flamingo #E041FF
Tints of Pink Flamingo #E041FF
RGB
CMYK
RGB Variations
Color information
#E041FF (or 0xE041FF) is known color: Pink Flamingo. HEX triplet: E0, 41 and FF. RGB value is (224,65,255). Sum of RGB (Red+Green+Blue) = 224+65+255=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 65 (25.78% from 255 or 11.95% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #E041FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041FF is #1FBE00. Grayscale: #858585. Windows color (decimal): -2080257 or 16728544. OLE color: 16728544.
HSL color Cylindrical-coordinate representation of color #E041FF: hue angle of 290.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E041FF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 65 | 255 | - |
| CMYK | 0.12 | 0.75 | 0 | 0 |
| HSL | 290.21º | 1% | 0.63% | - |
| HSV(B) | 290.21º | 0.75% | 1% | - |
| XYZ | 50.68 | 26.85 | 97.12 | - |
| YUV | 134.2 | 196.18 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 255 | 0.12 | 0.75 | 0 | 0 | 290.21 | 1 | 0.63 |
| Hex | E0 | 41 | FF | C | 4B | 0 | 0 | 122 | 64 | 3F |
| Octal | 340 | 101 | 377 | 14 | 113 | 0 | 0 | 442 | 144 | 77 |
| Binary | 11100000 | 1000001 | 11111111 | 1100 | 1001011 | 0 | 0 | 100100010 | 1100100 | 111111 |
Color Harmonies of #E041FF
Complementary color
Monochromatic Colors of #E041FF
Black with #E041FF
Text Example
Text Example
White with #E041FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041FF; }
p { color: rgb(224,65,255); }
H1.HeaderClassName
{
color: #E041FF;
}
.AnyTagClassName
{
color: #E041FF;
}
</style>
background-color css
<style>
a { background-color: #E041FF; }
a { background-color: rgb(224,65,255); }
div.DivClassName
{
background-color: #E041FF;
}
.BgClassName
{
background-color: #E041FF;
}
</style>
border-color css
<style>
span { border-color: #E041FF; }
span { border-color: rgb(224,65,255); }
td.TdClassName
{
border-color: #E041FF;
}
.TagClassName
{
border-color: #E041FF;
}
</style>