Shades of Pink Flamingo #E142FE
Tints of Pink Flamingo #E142FE
RGB
CMYK
RGB Variations
Color information
#E142FE (or 0xE142FE) is known color: Pink Flamingo. HEX triplet: E1, 42 and FE. RGB value is (225,66,254). Sum of RGB (Red+Green+Blue) = 225+66+254=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #E142FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E142FE is #1EBD01. Grayscale: #868686. Windows color (decimal): -2014466 or 16663265. OLE color: 16663265.
HSL color Cylindrical-coordinate representation of color #E142FE: hue angle of 290.74º 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 #E142FE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 66 | 254 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.00 |
| HSL | 290.74º | 0.99% | 0.63% | - |
| HSV(B) | 290.74º | 0.74% | 1% | - |
| XYZ | 50.89 | 27.06 | 96.31 | - |
| YUV | 134.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 254 | 0.11 | 0.74 | 0 | 0.00 | 290.74 | 0.99 | 0.63 |
| Hex | E1 | 42 | FE | B | 4A | 0 | 0 | 123 | 63 | 3F |
| Octal | 341 | 102 | 376 | 13 | 112 | 0 | 0 | 443 | 143 | 77 |
| Binary | 11100001 | 1000010 | 11111110 | 1011 | 1001010 | 0 | 0 | 100100011 | 1100011 | 111111 |
Color Harmonies of #E142FE
Complementary color
Monochromatic Colors of #E142FE
Black with #E142FE
Text Example
Text Example
White with #E142FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E142FE; }
p { color: rgb(225,66,254); }
H1.HeaderClassName
{
color: #E142FE;
}
.AnyTagClassName
{
color: #E142FE;
}
</style>
background-color css
<style>
a { background-color: #E142FE; }
a { background-color: rgb(225,66,254); }
div.DivClassName
{
background-color: #E142FE;
}
.BgClassName
{
background-color: #E142FE;
}
</style>
border-color css
<style>
span { border-color: #E142FE; }
span { border-color: rgb(225,66,254); }
td.TdClassName
{
border-color: #E142FE;
}
.TagClassName
{
border-color: #E142FE;
}
</style>