Shades of Pink Flamingo #E83AFB
Tints of Pink Flamingo #E83AFB
RGB
CMYK
RGB Variations
Color information
#E83AFB (or 0xE83AFB) is known color: Pink Flamingo. HEX triplet: E8, 3A and FB. RGB value is (232,58,251). Sum of RGB (Red+Green+Blue) = 232+58+251=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 58 (23.05% from 255 or 10.72% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #E83AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E83AFB is #17C504. Grayscale: #838383. Windows color (decimal): -1557765 or 16464616. OLE color: 16464616.
HSL color Cylindrical-coordinate representation of color #E83AFB: hue angle of 294.09º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E83AFB is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 58 | 251 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.02 |
| HSL | 294.09º | 0.96% | 0.61% | - |
| HSV(B) | 294.09º | 0.77% | 0.98% | - |
| XYZ | 52.2 | 27.15 | 93.76 | - |
| YUV | 132.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 251 | 0.08 | 0.77 | 0 | 0.02 | 294.09 | 0.96 | 0.61 |
| Hex | E8 | 3A | FB | 8 | 4D | 0 | 2 | 126 | 60 | 3D |
| Octal | 350 | 72 | 373 | 10 | 115 | 0 | 2 | 446 | 140 | 75 |
| Binary | 11101000 | 111010 | 11111011 | 1000 | 1001101 | 0 | 10 | 100100110 | 1100000 | 111101 |
Color Harmonies of #E83AFB
Complementary color
Monochromatic Colors of #E83AFB
Black with #E83AFB
Text Example
Text Example
White with #E83AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83AFB; }
p { color: rgb(232,58,251); }
H1.HeaderClassName
{
color: #E83AFB;
}
.AnyTagClassName
{
color: #E83AFB;
}
</style>
background-color css
<style>
a { background-color: #E83AFB; }
a { background-color: rgb(232,58,251); }
div.DivClassName
{
background-color: #E83AFB;
}
.BgClassName
{
background-color: #E83AFB;
}
</style>
border-color css
<style>
span { border-color: #E83AFB; }
span { border-color: rgb(232,58,251); }
td.TdClassName
{
border-color: #E83AFB;
}
.TagClassName
{
border-color: #E83AFB;
}
</style>