Shades of Pink Flamingo #E446FD
Tints of Pink Flamingo #E446FD
RGB
CMYK
RGB Variations
Color information
#E446FD (or 0xE446FD) is known color: Pink Flamingo. HEX triplet: E4, 46 and FD. RGB value is (228,70,253). Sum of RGB (Red+Green+Blue) = 228+70+253=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 70 (27.73% from 255 or 12.70% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #E446FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E446FD is #1BB902. Grayscale: #898989. Windows color (decimal): -1816835 or 16598756. OLE color: 16598756.
HSL color Cylindrical-coordinate representation of color #E446FD: hue angle of 291.8º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E446FD is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 70 | 253 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.01 |
| HSL | 291.8º | 0.98% | 0.63% | - |
| HSV(B) | 291.8º | 0.72% | 0.99% | - |
| XYZ | 51.91 | 27.97 | 95.59 | - |
| YUV | 138.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 253 | 0.10 | 0.72 | 0 | 0.01 | 291.8 | 0.98 | 0.63 |
| Hex | E4 | 46 | FD | A | 48 | 0 | 1 | 124 | 62 | 3F |
| Octal | 344 | 106 | 375 | 12 | 110 | 0 | 1 | 444 | 142 | 77 |
| Binary | 11100100 | 1000110 | 11111101 | 1010 | 1001000 | 0 | 1 | 100100100 | 1100010 | 111111 |
Color Harmonies of #E446FD
Complementary color
Monochromatic Colors of #E446FD
Black with #E446FD
Text Example
Text Example
White with #E446FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E446FD; }
p { color: rgb(228,70,253); }
H1.HeaderClassName
{
color: #E446FD;
}
.AnyTagClassName
{
color: #E446FD;
}
</style>
background-color css
<style>
a { background-color: #E446FD; }
a { background-color: rgb(228,70,253); }
div.DivClassName
{
background-color: #E446FD;
}
.BgClassName
{
background-color: #E446FD;
}
</style>
border-color css
<style>
span { border-color: #E446FD; }
span { border-color: rgb(228,70,253); }
td.TdClassName
{
border-color: #E446FD;
}
.TagClassName
{
border-color: #E446FD;
}
</style>