Shades of Pink Flamingo #E241FF
Tints of Pink Flamingo #E241FF
RGB
CMYK
RGB Variations
Color information
#E241FF (or 0xE241FF) is known color: Pink Flamingo. HEX triplet: E2, 41 and FF. RGB value is (226,65,255). Sum of RGB (Red+Green+Blue) = 226+65+255=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 65 (25.78% from 255 or 11.90% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #E241FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E241FF is #1DBE00. Grayscale: #868686. Windows color (decimal): -1949185 or 16728546. OLE color: 16728546.
HSL color Cylindrical-coordinate representation of color #E241FF: hue angle of 290.84º 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 #E241FF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 65 | 255 | - |
| CMYK | 0.11 | 0.75 | 0 | 0 |
| HSL | 290.84º | 1% | 0.63% | - |
| HSV(B) | 290.84º | 0.75% | 1% | - |
| XYZ | 51.3 | 27.17 | 97.15 | - |
| YUV | 134.8 | 195.84 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 255 | 0.11 | 0.75 | 0 | 0 | 290.84 | 1 | 0.63 |
| Hex | E2 | 41 | FF | B | 4B | 0 | 0 | 123 | 64 | 3F |
| Octal | 342 | 101 | 377 | 13 | 113 | 0 | 0 | 443 | 144 | 77 |
| Binary | 11100010 | 1000001 | 11111111 | 1011 | 1001011 | 0 | 0 | 100100011 | 1100100 | 111111 |
Color Harmonies of #E241FF
Complementary color
Monochromatic Colors of #E241FF
Black with #E241FF
Text Example
Text Example
White with #E241FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241FF; }
p { color: rgb(226,65,255); }
H1.HeaderClassName
{
color: #E241FF;
}
.AnyTagClassName
{
color: #E241FF;
}
</style>
background-color css
<style>
a { background-color: #E241FF; }
a { background-color: rgb(226,65,255); }
div.DivClassName
{
background-color: #E241FF;
}
.BgClassName
{
background-color: #E241FF;
}
</style>
border-color css
<style>
span { border-color: #E241FF; }
span { border-color: rgb(226,65,255); }
td.TdClassName
{
border-color: #E241FF;
}
.TagClassName
{
border-color: #E241FF;
}
</style>