Shades of Pink Flamingo #E542FE
Tints of Pink Flamingo #E542FE
RGB
CMYK
RGB Variations
Color information
#E542FE (or 0xE542FE) is known color: Pink Flamingo. HEX triplet: E5, 42 and FE. RGB value is (229,66,254). Sum of RGB (Red+Green+Blue) = 229+66+254=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 66 (26.17% from 255 or 12.02% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #E542FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542FE is #1ABD01. Grayscale: #878787. Windows color (decimal): -1752322 or 16663269. OLE color: 16663269.
HSL color Cylindrical-coordinate representation of color #E542FE: hue angle of 292.02º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E542FE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 66 | 254 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.00 |
| HSL | 292.02º | 0.99% | 0.63% | - |
| HSV(B) | 292.02º | 0.74% | 1% | - |
| XYZ | 52.15 | 27.71 | 96.37 | - |
| YUV | 136.17 | 194.5 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 254 | 0.10 | 0.74 | 0 | 0.00 | 292.02 | 0.99 | 0.63 |
| Hex | E5 | 42 | FE | A | 4A | 0 | 0 | 124 | 63 | 3F |
| Octal | 345 | 102 | 376 | 12 | 112 | 0 | 0 | 444 | 143 | 77 |
| Binary | 11100101 | 1000010 | 11111110 | 1010 | 1001010 | 0 | 0 | 100100100 | 1100011 | 111111 |
Color Harmonies of #E542FE
Complementary color
Monochromatic Colors of #E542FE
Black with #E542FE
Text Example
Text Example
White with #E542FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E542FE; }
p { color: rgb(229,66,254); }
H1.HeaderClassName
{
color: #E542FE;
}
.AnyTagClassName
{
color: #E542FE;
}
</style>
background-color css
<style>
a { background-color: #E542FE; }
a { background-color: rgb(229,66,254); }
div.DivClassName
{
background-color: #E542FE;
}
.BgClassName
{
background-color: #E542FE;
}
</style>
border-color css
<style>
span { border-color: #E542FE; }
span { border-color: rgb(229,66,254); }
td.TdClassName
{
border-color: #E542FE;
}
.TagClassName
{
border-color: #E542FE;
}
</style>