Shades of Pink Flamingo #E143FE
Tints of Pink Flamingo #E143FE
RGB
CMYK
RGB Variations
Color information
#E143FE (or 0xE143FE) is known color: Pink Flamingo. HEX triplet: E1, 43 and FE. RGB value is (225,67,254). Sum of RGB (Red+Green+Blue) = 225+67+254=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 67 (26.56% from 255 or 12.27% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #E143FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E143FE is #1EBC01. Grayscale: #868686. Windows color (decimal): -2014210 or 16663521. OLE color: 16663521.
HSL color Cylindrical-coordinate representation of color #E143FE: hue angle of 290.7º 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 #E143FE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 67 | 254 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.00 |
| HSL | 290.7º | 0.99% | 0.63% | - |
| HSV(B) | 290.7º | 0.74% | 1% | - |
| XYZ | 50.95 | 27.18 | 96.33 | - |
| YUV | 135.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 254 | 0.11 | 0.74 | 0 | 0.00 | 290.7 | 0.99 | 0.63 |
| Hex | E1 | 43 | FE | B | 4A | 0 | 0 | 123 | 63 | 3F |
| Octal | 341 | 103 | 376 | 13 | 112 | 0 | 0 | 443 | 143 | 77 |
| Binary | 11100001 | 1000011 | 11111110 | 1011 | 1001010 | 0 | 0 | 100100011 | 1100011 | 111111 |
Color Harmonies of #E143FE
Complementary color
Monochromatic Colors of #E143FE
Black with #E143FE
Text Example
Text Example
White with #E143FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143FE; }
p { color: rgb(225,67,254); }
H1.HeaderClassName
{
color: #E143FE;
}
.AnyTagClassName
{
color: #E143FE;
}
</style>
background-color css
<style>
a { background-color: #E143FE; }
a { background-color: rgb(225,67,254); }
div.DivClassName
{
background-color: #E143FE;
}
.BgClassName
{
background-color: #E143FE;
}
</style>
border-color css
<style>
span { border-color: #E143FE; }
span { border-color: rgb(225,67,254); }
td.TdClassName
{
border-color: #E143FE;
}
.TagClassName
{
border-color: #E143FE;
}
</style>