Shades of Pink Flamingo #E240FF
Tints of Pink Flamingo #E240FF
RGB
CMYK
RGB Variations
Color information
#E240FF (or 0xE240FF) is known color: Pink Flamingo. HEX triplet: E2, 40 and FF. RGB value is (226,64,255). Sum of RGB (Red+Green+Blue) = 226+64+255=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #E240FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E240FF is #1DBF00. Grayscale: #858585. Windows color (decimal): -1949441 or 16728290. OLE color: 16728290.
HSL color Cylindrical-coordinate representation of color #E240FF: hue angle of 290.89º 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 #E240FF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 64 | 255 | - |
| CMYK | 0.11 | 0.75 | 0 | 0 |
| HSL | 290.89º | 1% | 0.63% | - |
| HSV(B) | 290.89º | 0.75% | 1% | - |
| XYZ | 51.25 | 27.06 | 97.13 | - |
| YUV | 134.21 | 196.17 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 255 | 0.11 | 0.75 | 0 | 0 | 290.89 | 1 | 0.63 |
| Hex | E2 | 40 | FF | B | 4B | 0 | 0 | 123 | 64 | 3F |
| Octal | 342 | 100 | 377 | 13 | 113 | 0 | 0 | 443 | 144 | 77 |
| Binary | 11100010 | 1000000 | 11111111 | 1011 | 1001011 | 0 | 0 | 100100011 | 1100100 | 111111 |
Color Harmonies of #E240FF
Complementary color
Monochromatic Colors of #E240FF
Black with #E240FF
Text Example
Text Example
White with #E240FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240FF; }
p { color: rgb(226,64,255); }
H1.HeaderClassName
{
color: #E240FF;
}
.AnyTagClassName
{
color: #E240FF;
}
</style>
background-color css
<style>
a { background-color: #E240FF; }
a { background-color: rgb(226,64,255); }
div.DivClassName
{
background-color: #E240FF;
}
.BgClassName
{
background-color: #E240FF;
}
</style>
border-color css
<style>
span { border-color: #E240FF; }
span { border-color: rgb(226,64,255); }
td.TdClassName
{
border-color: #E240FF;
}
.TagClassName
{
border-color: #E240FF;
}
</style>