Shades of Pink Flamingo #E448FC
Tints of Pink Flamingo #E448FC
RGB
CMYK
RGB Variations
Color information
#E448FC (or 0xE448FC) is known color: Pink Flamingo. HEX triplet: E4, 48 and FC. RGB value is (228,72,252). Sum of RGB (Red+Green+Blue) = 228+72+252=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 72 (28.52% from 255 or 13.04% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #E448FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E448FC is #1BB703. Grayscale: #8A8A8A. Windows color (decimal): -1816324 or 16533732. OLE color: 16533732.
HSL color Cylindrical-coordinate representation of color #E448FC: hue angle of 292º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E448FC is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 72 | 252 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.01 |
| HSL | 292º | 0.97% | 0.64% | - |
| HSV(B) | 292º | 0.71% | 0.99% | - |
| XYZ | 51.88 | 28.16 | 94.8 | - |
| YUV | 139.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 252 | 0.10 | 0.71 | 0 | 0.01 | 292 | 0.97 | 0.64 |
| Hex | E4 | 48 | FC | A | 47 | 0 | 1 | 124 | 61 | 40 |
| Octal | 344 | 110 | 374 | 12 | 107 | 0 | 1 | 444 | 141 | 100 |
| Binary | 11100100 | 1001000 | 11111100 | 1010 | 1000111 | 0 | 1 | 100100100 | 1100001 | 1000000 |
Color Harmonies of #E448FC
Complementary color
Monochromatic Colors of #E448FC
Black with #E448FC
Text Example
Text Example
White with #E448FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448FC; }
p { color: rgb(228,72,252); }
H1.HeaderClassName
{
color: #E448FC;
}
.AnyTagClassName
{
color: #E448FC;
}
</style>
background-color css
<style>
a { background-color: #E448FC; }
a { background-color: rgb(228,72,252); }
div.DivClassName
{
background-color: #E448FC;
}
.BgClassName
{
background-color: #E448FC;
}
</style>
border-color css
<style>
span { border-color: #E448FC; }
span { border-color: rgb(228,72,252); }
td.TdClassName
{
border-color: #E448FC;
}
.TagClassName
{
border-color: #E448FC;
}
</style>