Shades of Pink Flamingo #E143FD
Tints of Pink Flamingo #E143FD
RGB
CMYK
RGB Variations
Color information
#E143FD (or 0xE143FD) is known color: Pink Flamingo. HEX triplet: E1, 43 and FD. RGB value is (225,67,253). Sum of RGB (Red+Green+Blue) = 225+67+253=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 67 (26.56% from 255 or 12.29% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #E143FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E143FD is #1EBC02. Grayscale: #868686. Windows color (decimal): -2014211 or 16597985. OLE color: 16597985.
HSL color Cylindrical-coordinate representation of color #E143FD: hue angle of 290.97º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E143FD is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 67 | 253 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.01 |
| HSL | 290.97º | 0.98% | 0.63% | - |
| HSV(B) | 290.97º | 0.74% | 0.99% | - |
| XYZ | 50.79 | 27.11 | 95.49 | - |
| YUV | 135.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 253 | 0.11 | 0.74 | 0 | 0.01 | 290.97 | 0.98 | 0.63 |
| Hex | E1 | 43 | FD | B | 4A | 0 | 1 | 123 | 62 | 3F |
| Octal | 341 | 103 | 375 | 13 | 112 | 0 | 1 | 443 | 142 | 77 |
| Binary | 11100001 | 1000011 | 11111101 | 1011 | 1001010 | 0 | 1 | 100100011 | 1100010 | 111111 |
Color Harmonies of #E143FD
Complementary color
Monochromatic Colors of #E143FD
Black with #E143FD
Text Example
Text Example
White with #E143FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143FD; }
p { color: rgb(225,67,253); }
H1.HeaderClassName
{
color: #E143FD;
}
.AnyTagClassName
{
color: #E143FD;
}
</style>
background-color css
<style>
a { background-color: #E143FD; }
a { background-color: rgb(225,67,253); }
div.DivClassName
{
background-color: #E143FD;
}
.BgClassName
{
background-color: #E143FD;
}
</style>
border-color css
<style>
span { border-color: #E143FD; }
span { border-color: rgb(225,67,253); }
td.TdClassName
{
border-color: #E143FD;
}
.TagClassName
{
border-color: #E143FD;
}
</style>