Shades of Pink Flamingo #E241FE
Tints of Pink Flamingo #E241FE
RGB
CMYK
RGB Variations
Color information
#E241FE (or 0xE241FE) is known color: Pink Flamingo. HEX triplet: E2, 41 and FE. RGB value is (226,65,254). Sum of RGB (Red+Green+Blue) = 226+65+254=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 65 (25.78% from 255 or 11.93% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #E241FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E241FE is #1DBE01. Grayscale: #868686. Windows color (decimal): -1949186 or 16663010. OLE color: 16663010.
HSL color Cylindrical-coordinate representation of color #E241FE: hue angle of 291.11º 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 #E241FE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 65 | 254 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.00 |
| HSL | 291.11º | 0.99% | 0.63% | - |
| HSV(B) | 291.11º | 0.74% | 1% | - |
| XYZ | 51.14 | 27.11 | 96.3 | - |
| YUV | 134.69 | 195.34 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 254 | 0.11 | 0.74 | 0 | 0.00 | 291.11 | 0.99 | 0.63 |
| Hex | E2 | 41 | FE | B | 4A | 0 | 0 | 123 | 63 | 3F |
| Octal | 342 | 101 | 376 | 13 | 112 | 0 | 0 | 443 | 143 | 77 |
| Binary | 11100010 | 1000001 | 11111110 | 1011 | 1001010 | 0 | 0 | 100100011 | 1100011 | 111111 |
Color Harmonies of #E241FE
Complementary color
Monochromatic Colors of #E241FE
Black with #E241FE
Text Example
Text Example
White with #E241FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241FE; }
p { color: rgb(226,65,254); }
H1.HeaderClassName
{
color: #E241FE;
}
.AnyTagClassName
{
color: #E241FE;
}
</style>
background-color css
<style>
a { background-color: #E241FE; }
a { background-color: rgb(226,65,254); }
div.DivClassName
{
background-color: #E241FE;
}
.BgClassName
{
background-color: #E241FE;
}
</style>
border-color css
<style>
span { border-color: #E241FE; }
span { border-color: rgb(226,65,254); }
td.TdClassName
{
border-color: #E241FE;
}
.TagClassName
{
border-color: #E241FE;
}
</style>