Shades of Pink Flamingo #E442FC
Tints of Pink Flamingo #E442FC
RGB
CMYK
RGB Variations
Color information
#E442FC (or 0xE442FC) is known color: Pink Flamingo. HEX triplet: E4, 42 and FC. RGB value is (228,66,252). Sum of RGB (Red+Green+Blue) = 228+66+252=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 66 (26.17% from 255 or 12.09% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #E442FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E442FC is #1BBD03. Grayscale: #878787. Windows color (decimal): -1817860 or 16532196. OLE color: 16532196.
HSL color Cylindrical-coordinate representation of color #E442FC: hue angle of 292.26º 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 #E442FC is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 66 | 252 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.01 |
| HSL | 292.26º | 0.97% | 0.62% | - |
| HSV(B) | 292.26º | 0.74% | 0.99% | - |
| XYZ | 51.51 | 27.42 | 94.67 | - |
| YUV | 135.64 | 193.67 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 252 | 0.10 | 0.74 | 0 | 0.01 | 292.26 | 0.97 | 0.62 |
| Hex | E4 | 42 | FC | A | 4A | 0 | 1 | 124 | 61 | 3E |
| Octal | 344 | 102 | 374 | 12 | 112 | 0 | 1 | 444 | 141 | 76 |
| Binary | 11100100 | 1000010 | 11111100 | 1010 | 1001010 | 0 | 1 | 100100100 | 1100001 | 111110 |
Color Harmonies of #E442FC
Complementary color
Monochromatic Colors of #E442FC
Black with #E442FC
Text Example
Text Example
White with #E442FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E442FC; }
p { color: rgb(228,66,252); }
H1.HeaderClassName
{
color: #E442FC;
}
.AnyTagClassName
{
color: #E442FC;
}
</style>
background-color css
<style>
a { background-color: #E442FC; }
a { background-color: rgb(228,66,252); }
div.DivClassName
{
background-color: #E442FC;
}
.BgClassName
{
background-color: #E442FC;
}
</style>
border-color css
<style>
span { border-color: #E442FC; }
span { border-color: rgb(228,66,252); }
td.TdClassName
{
border-color: #E442FC;
}
.TagClassName
{
border-color: #E442FC;
}
</style>