Shades of Pink Flamingo #E444FC
Tints of Pink Flamingo #E444FC
RGB
CMYK
RGB Variations
Color information
#E444FC (or 0xE444FC) is known color: Pink Flamingo. HEX triplet: E4, 44 and FC. RGB value is (228,68,252). Sum of RGB (Red+Green+Blue) = 228+68+252=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 68 (26.95% from 255 or 12.41% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #E444FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E444FC is #1BBB03. Grayscale: #888888. Windows color (decimal): -1817348 or 16532708. OLE color: 16532708.
HSL color Cylindrical-coordinate representation of color #E444FC: hue angle of 292.17º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E444FC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 68 | 252 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.01 |
| HSL | 292.17º | 0.97% | 0.63% | - |
| HSV(B) | 292.17º | 0.73% | 0.99% | - |
| XYZ | 51.63 | 27.66 | 94.71 | - |
| YUV | 136.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 68 | 252 | 0.10 | 0.73 | 0 | 0.01 | 292.17 | 0.97 | 0.63 |
| Hex | E4 | 44 | FC | A | 49 | 0 | 1 | 124 | 61 | 3F |
| Octal | 344 | 104 | 374 | 12 | 111 | 0 | 1 | 444 | 141 | 77 |
| Binary | 11100100 | 1000100 | 11111100 | 1010 | 1001001 | 0 | 1 | 100100100 | 1100001 | 111111 |
Color Harmonies of #E444FC
Complementary color
Monochromatic Colors of #E444FC
Black with #E444FC
Text Example
Text Example
White with #E444FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E444FC; }
p { color: rgb(228,68,252); }
H1.HeaderClassName
{
color: #E444FC;
}
.AnyTagClassName
{
color: #E444FC;
}
</style>
background-color css
<style>
a { background-color: #E444FC; }
a { background-color: rgb(228,68,252); }
div.DivClassName
{
background-color: #E444FC;
}
.BgClassName
{
background-color: #E444FC;
}
</style>
border-color css
<style>
span { border-color: #E444FC; }
span { border-color: rgb(228,68,252); }
td.TdClassName
{
border-color: #E444FC;
}
.TagClassName
{
border-color: #E444FC;
}
</style>