Shades of Pink Flamingo #E240FD
Tints of Pink Flamingo #E240FD
RGB
CMYK
RGB Variations
Color information
#E240FD (or 0xE240FD) is known color: Pink Flamingo. HEX triplet: E2, 40 and FD. RGB value is (226,64,253). Sum of RGB (Red+Green+Blue) = 226+64+253=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 64 (25.39% from 255 or 11.79% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #E240FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E240FD is #1DBF02. Grayscale: #858585. Windows color (decimal): -1949443 or 16597218. OLE color: 16597218.
HSL color Cylindrical-coordinate representation of color #E240FD: hue angle of 291.43º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E240FD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 64 | 253 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.01 |
| HSL | 291.43º | 0.98% | 0.62% | - |
| HSV(B) | 291.43º | 0.75% | 0.99% | - |
| XYZ | 50.93 | 26.93 | 95.44 | - |
| YUV | 133.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 253 | 0.11 | 0.75 | 0 | 0.01 | 291.43 | 0.98 | 0.62 |
| Hex | E2 | 40 | FD | B | 4B | 0 | 1 | 123 | 62 | 3E |
| Octal | 342 | 100 | 375 | 13 | 113 | 0 | 1 | 443 | 142 | 76 |
| Binary | 11100010 | 1000000 | 11111101 | 1011 | 1001011 | 0 | 1 | 100100011 | 1100010 | 111110 |
Color Harmonies of #E240FD
Complementary color
Monochromatic Colors of #E240FD
Black with #E240FD
Text Example
Text Example
White with #E240FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240FD; }
p { color: rgb(226,64,253); }
H1.HeaderClassName
{
color: #E240FD;
}
.AnyTagClassName
{
color: #E240FD;
}
</style>
background-color css
<style>
a { background-color: #E240FD; }
a { background-color: rgb(226,64,253); }
div.DivClassName
{
background-color: #E240FD;
}
.BgClassName
{
background-color: #E240FD;
}
</style>
border-color css
<style>
span { border-color: #E240FD; }
span { border-color: rgb(226,64,253); }
td.TdClassName
{
border-color: #E240FD;
}
.TagClassName
{
border-color: #E240FD;
}
</style>