Shades of Pink Flamingo #E83DFD
Tints of Pink Flamingo #E83DFD
RGB
CMYK
RGB Variations
Color information
#E83DFD (or 0xE83DFD) is known color: Pink Flamingo. HEX triplet: E8, 3D and FD. RGB value is (232,61,253). Sum of RGB (Red+Green+Blue) = 232+61+253=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 61 (24.22% from 255 or 11.17% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #E83DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E83DFD is #17C202. Grayscale: #858585. Windows color (decimal): -1556995 or 16596456. OLE color: 16596456.
HSL color Cylindrical-coordinate representation of color #E83DFD: hue angle of 293.44º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E83DFD is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 61 | 253 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.01 |
| HSL | 293.44º | 0.98% | 0.62% | - |
| HSV(B) | 293.44º | 0.76% | 0.99% | - |
| XYZ | 52.68 | 27.59 | 95.48 | - |
| YUV | 134.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 253 | 0.08 | 0.76 | 0 | 0.01 | 293.44 | 0.98 | 0.62 |
| Hex | E8 | 3D | FD | 8 | 4C | 0 | 1 | 125 | 62 | 3E |
| Octal | 350 | 75 | 375 | 10 | 114 | 0 | 1 | 445 | 142 | 76 |
| Binary | 11101000 | 111101 | 11111101 | 1000 | 1001100 | 0 | 1 | 100100101 | 1100010 | 111110 |
Color Harmonies of #E83DFD
Complementary color
Monochromatic Colors of #E83DFD
Black with #E83DFD
Text Example
Text Example
White with #E83DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83DFD; }
p { color: rgb(232,61,253); }
H1.HeaderClassName
{
color: #E83DFD;
}
.AnyTagClassName
{
color: #E83DFD;
}
</style>
background-color css
<style>
a { background-color: #E83DFD; }
a { background-color: rgb(232,61,253); }
div.DivClassName
{
background-color: #E83DFD;
}
.BgClassName
{
background-color: #E83DFD;
}
</style>
border-color css
<style>
span { border-color: #E83DFD; }
span { border-color: rgb(232,61,253); }
td.TdClassName
{
border-color: #E83DFD;
}
.TagClassName
{
border-color: #E83DFD;
}
</style>