Shades of Pink Flamingo #E83FFA
Tints of Pink Flamingo #E83FFA
RGB
CMYK
RGB Variations
Color information
#E83FFA (or 0xE83FFA) is known color: Pink Flamingo. HEX triplet: E8, 3F and FA. RGB value is (232,63,250). Sum of RGB (Red+Green+Blue) = 232+63+250=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 63 (25% from 255 or 11.56% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #E83FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E83FFA is #17C005. Grayscale: #868686. Windows color (decimal): -1556486 or 16400360. OLE color: 16400360.
HSL color Cylindrical-coordinate representation of color #E83FFA: hue angle of 294.22º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E83FFA is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 63 | 250 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.02 |
| HSL | 294.22º | 0.95% | 0.61% | - |
| HSV(B) | 294.22º | 0.75% | 0.98% | - |
| XYZ | 52.31 | 27.61 | 93.02 | - |
| YUV | 134.85 | 192.99 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 63 | 250 | 0.07 | 0.75 | 0 | 0.02 | 294.22 | 0.95 | 0.61 |
| Hex | E8 | 3F | FA | 7 | 4B | 0 | 2 | 126 | 5F | 3D |
| Octal | 350 | 77 | 372 | 7 | 113 | 0 | 2 | 446 | 137 | 75 |
| Binary | 11101000 | 111111 | 11111010 | 111 | 1001011 | 0 | 10 | 100100110 | 1011111 | 111101 |
Color Harmonies of #E83FFA
Complementary color
Monochromatic Colors of #E83FFA
Black with #E83FFA
Text Example
Text Example
White with #E83FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83FFA; }
p { color: rgb(232,63,250); }
H1.HeaderClassName
{
color: #E83FFA;
}
.AnyTagClassName
{
color: #E83FFA;
}
</style>
background-color css
<style>
a { background-color: #E83FFA; }
a { background-color: rgb(232,63,250); }
div.DivClassName
{
background-color: #E83FFA;
}
.BgClassName
{
background-color: #E83FFA;
}
</style>
border-color css
<style>
span { border-color: #E83FFA; }
span { border-color: rgb(232,63,250); }
td.TdClassName
{
border-color: #E83FFA;
}
.TagClassName
{
border-color: #E83FFA;
}
</style>