Shades of Pink Flamingo #E440FD
Tints of Pink Flamingo #E440FD
RGB
CMYK
RGB Variations
Color information
#E440FD (or 0xE440FD) is known color: Pink Flamingo. HEX triplet: E4, 40 and FD. RGB value is (228,64,253). Sum of RGB (Red+Green+Blue) = 228+64+253=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #E440FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E440FD is #1BBF02. Grayscale: #858585. Windows color (decimal): -1818371 or 16597220. OLE color: 16597220.
HSL color Cylindrical-coordinate representation of color #E440FD: hue angle of 292.06º 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 #E440FD is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 64 | 253 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.01 |
| HSL | 292.06º | 0.98% | 0.62% | - |
| HSV(B) | 292.06º | 0.75% | 0.99% | - |
| XYZ | 51.56 | 27.25 | 95.47 | - |
| YUV | 134.58 | 194.83 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 253 | 0.10 | 0.75 | 0 | 0.01 | 292.06 | 0.98 | 0.62 |
| Hex | E4 | 40 | FD | A | 4B | 0 | 1 | 124 | 62 | 3E |
| Octal | 344 | 100 | 375 | 12 | 113 | 0 | 1 | 444 | 142 | 76 |
| Binary | 11100100 | 1000000 | 11111101 | 1010 | 1001011 | 0 | 1 | 100100100 | 1100010 | 111110 |
Color Harmonies of #E440FD
Complementary color
Monochromatic Colors of #E440FD
Black with #E440FD
Text Example
Text Example
White with #E440FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E440FD; }
p { color: rgb(228,64,253); }
H1.HeaderClassName
{
color: #E440FD;
}
.AnyTagClassName
{
color: #E440FD;
}
</style>
background-color css
<style>
a { background-color: #E440FD; }
a { background-color: rgb(228,64,253); }
div.DivClassName
{
background-color: #E440FD;
}
.BgClassName
{
background-color: #E440FD;
}
</style>
border-color css
<style>
span { border-color: #E440FD; }
span { border-color: rgb(228,64,253); }
td.TdClassName
{
border-color: #E440FD;
}
.TagClassName
{
border-color: #E440FD;
}
</style>