Shades of Pink Flamingo #E141FE
Tints of Pink Flamingo #E141FE
RGB
CMYK
RGB Variations
Color information
#E141FE (or 0xE141FE) is known color: Pink Flamingo. HEX triplet: E1, 41 and FE. RGB value is (225,65,254). Sum of RGB (Red+Green+Blue) = 225+65+254=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 65 (25.78% from 255 or 11.95% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #E141FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E141FE is #1EBE01. Grayscale: #858585. Windows color (decimal): -2014722 or 16663009. OLE color: 16663009.
HSL color Cylindrical-coordinate representation of color #E141FE: hue angle of 290.79º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E141FE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 65 | 254 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.00 |
| HSL | 290.79º | 0.99% | 0.63% | - |
| HSV(B) | 290.79º | 0.74% | 1% | - |
| XYZ | 50.83 | 26.94 | 96.29 | - |
| YUV | 134.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 254 | 0.11 | 0.74 | 0 | 0.00 | 290.79 | 0.99 | 0.63 |
| Hex | E1 | 41 | FE | B | 4A | 0 | 0 | 123 | 63 | 3F |
| Octal | 341 | 101 | 376 | 13 | 112 | 0 | 0 | 443 | 143 | 77 |
| Binary | 11100001 | 1000001 | 11111110 | 1011 | 1001010 | 0 | 0 | 100100011 | 1100011 | 111111 |
Color Harmonies of #E141FE
Complementary color
Monochromatic Colors of #E141FE
Black with #E141FE
Text Example
Text Example
White with #E141FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141FE; }
p { color: rgb(225,65,254); }
H1.HeaderClassName
{
color: #E141FE;
}
.AnyTagClassName
{
color: #E141FE;
}
</style>
background-color css
<style>
a { background-color: #E141FE; }
a { background-color: rgb(225,65,254); }
div.DivClassName
{
background-color: #E141FE;
}
.BgClassName
{
background-color: #E141FE;
}
</style>
border-color css
<style>
span { border-color: #E141FE; }
span { border-color: rgb(225,65,254); }
td.TdClassName
{
border-color: #E141FE;
}
.TagClassName
{
border-color: #E141FE;
}
</style>