Shades of Pink Flamingo #E83AFD
Tints of Pink Flamingo #E83AFD
RGB
CMYK
RGB Variations
Color information
#E83AFD (or 0xE83AFD) is known color: Pink Flamingo. HEX triplet: E8, 3A and FD. RGB value is (232,58,253). Sum of RGB (Red+Green+Blue) = 232+58+253=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 58 (23.05% from 255 or 10.68% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #E83AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E83AFD is #17C502. Grayscale: #838383. Windows color (decimal): -1557763 or 16595688. OLE color: 16595688.
HSL color Cylindrical-coordinate representation of color #E83AFD: hue angle of 293.54º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E83AFD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 58 | 253 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.01 |
| HSL | 293.54º | 0.98% | 0.61% | - |
| HSV(B) | 293.54º | 0.77% | 0.99% | - |
| XYZ | 52.52 | 27.27 | 95.42 | - |
| YUV | 132.26 | 196.15 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 253 | 0.08 | 0.77 | 0 | 0.01 | 293.54 | 0.98 | 0.61 |
| Hex | E8 | 3A | FD | 8 | 4D | 0 | 1 | 126 | 62 | 3D |
| Octal | 350 | 72 | 375 | 10 | 115 | 0 | 1 | 446 | 142 | 75 |
| Binary | 11101000 | 111010 | 11111101 | 1000 | 1001101 | 0 | 1 | 100100110 | 1100010 | 111101 |
Color Harmonies of #E83AFD
Complementary color
Monochromatic Colors of #E83AFD
Black with #E83AFD
Text Example
Text Example
White with #E83AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83AFD; }
p { color: rgb(232,58,253); }
H1.HeaderClassName
{
color: #E83AFD;
}
.AnyTagClassName
{
color: #E83AFD;
}
</style>
background-color css
<style>
a { background-color: #E83AFD; }
a { background-color: rgb(232,58,253); }
div.DivClassName
{
background-color: #E83AFD;
}
.BgClassName
{
background-color: #E83AFD;
}
</style>
border-color css
<style>
span { border-color: #E83AFD; }
span { border-color: rgb(232,58,253); }
td.TdClassName
{
border-color: #E83AFD;
}
.TagClassName
{
border-color: #E83AFD;
}
</style>