Shades of Pink Flamingo #E441FC
Tints of Pink Flamingo #E441FC
RGB
CMYK
RGB Variations
Color information
#E441FC (or 0xE441FC) is known color: Pink Flamingo. HEX triplet: E4, 41 and FC. RGB value is (228,65,252). Sum of RGB (Red+Green+Blue) = 228+65+252=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 65 (25.78% from 255 or 11.93% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #E441FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E441FC is #1BBE03. Grayscale: #868686. Windows color (decimal): -1818116 or 16531940. OLE color: 16531940.
HSL color Cylindrical-coordinate representation of color #E441FC: hue angle of 292.3º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E441FC is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 65 | 252 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.01 |
| HSL | 292.3º | 0.97% | 0.62% | - |
| HSV(B) | 292.3º | 0.74% | 0.99% | - |
| XYZ | 51.46 | 27.3 | 94.65 | - |
| YUV | 135.06 | 194 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 252 | 0.10 | 0.74 | 0 | 0.01 | 292.3 | 0.97 | 0.62 |
| Hex | E4 | 41 | FC | A | 4A | 0 | 1 | 124 | 61 | 3E |
| Octal | 344 | 101 | 374 | 12 | 112 | 0 | 1 | 444 | 141 | 76 |
| Binary | 11100100 | 1000001 | 11111100 | 1010 | 1001010 | 0 | 1 | 100100100 | 1100001 | 111110 |
Color Harmonies of #E441FC
Complementary color
Monochromatic Colors of #E441FC
Black with #E441FC
Text Example
Text Example
White with #E441FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E441FC; }
p { color: rgb(228,65,252); }
H1.HeaderClassName
{
color: #E441FC;
}
.AnyTagClassName
{
color: #E441FC;
}
</style>
background-color css
<style>
a { background-color: #E441FC; }
a { background-color: rgb(228,65,252); }
div.DivClassName
{
background-color: #E441FC;
}
.BgClassName
{
background-color: #E441FC;
}
</style>
border-color css
<style>
span { border-color: #E441FC; }
span { border-color: rgb(228,65,252); }
td.TdClassName
{
border-color: #E441FC;
}
.TagClassName
{
border-color: #E441FC;
}
</style>