Shades of Pink Flamingo #E445FC
Tints of Pink Flamingo #E445FC
RGB
CMYK
RGB Variations
Color information
#E445FC (or 0xE445FC) is known color: Pink Flamingo. HEX triplet: E4, 45 and FC. RGB value is (228,69,252). Sum of RGB (Red+Green+Blue) = 228+69+252=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #E445FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E445FC is #1BBA03. Grayscale: #888888. Windows color (decimal): -1817092 or 16532964. OLE color: 16532964.
HSL color Cylindrical-coordinate representation of color #E445FC: hue angle of 292.13º 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 #E445FC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 69 | 252 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.01 |
| HSL | 292.13º | 0.97% | 0.63% | - |
| HSV(B) | 292.13º | 0.73% | 0.99% | - |
| XYZ | 51.69 | 27.78 | 94.73 | - |
| YUV | 137.4 | 192.68 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 252 | 0.10 | 0.73 | 0 | 0.01 | 292.13 | 0.97 | 0.63 |
| Hex | E4 | 45 | FC | A | 49 | 0 | 1 | 124 | 61 | 3F |
| Octal | 344 | 105 | 374 | 12 | 111 | 0 | 1 | 444 | 141 | 77 |
| Binary | 11100100 | 1000101 | 11111100 | 1010 | 1001001 | 0 | 1 | 100100100 | 1100001 | 111111 |
Color Harmonies of #E445FC
Complementary color
Monochromatic Colors of #E445FC
Black with #E445FC
Text Example
Text Example
White with #E445FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E445FC; }
p { color: rgb(228,69,252); }
H1.HeaderClassName
{
color: #E445FC;
}
.AnyTagClassName
{
color: #E445FC;
}
</style>
background-color css
<style>
a { background-color: #E445FC; }
a { background-color: rgb(228,69,252); }
div.DivClassName
{
background-color: #E445FC;
}
.BgClassName
{
background-color: #E445FC;
}
</style>
border-color css
<style>
span { border-color: #E445FC; }
span { border-color: rgb(228,69,252); }
td.TdClassName
{
border-color: #E445FC;
}
.TagClassName
{
border-color: #E445FC;
}
</style>