Shades of Pink Flamingo #E53DFC
Tints of Pink Flamingo #E53DFC
RGB
CMYK
RGB Variations
Color information
#E53DFC (or 0xE53DFC) is known color: Pink Flamingo. HEX triplet: E5, 3D and FC. RGB value is (229,61,252). Sum of RGB (Red+Green+Blue) = 229+61+252=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 61 (24.22% from 255 or 11.25% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #E53DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53DFC is #1AC203. Grayscale: #848484. Windows color (decimal): -1753604 or 16530917. OLE color: 16530917.
HSL color Cylindrical-coordinate representation of color #E53DFC: hue angle of 292.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53DFC is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 61 | 252 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.01 |
| HSL | 292.77º | 0.97% | 0.61% | - |
| HSV(B) | 292.77º | 0.76% | 0.99% | - |
| XYZ | 51.55 | 27.02 | 94.59 | - |
| YUV | 133.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 252 | 0.09 | 0.76 | 0 | 0.01 | 292.77 | 0.97 | 0.61 |
| Hex | E5 | 3D | FC | 9 | 4C | 0 | 1 | 125 | 61 | 3D |
| Octal | 345 | 75 | 374 | 11 | 114 | 0 | 1 | 445 | 141 | 75 |
| Binary | 11100101 | 111101 | 11111100 | 1001 | 1001100 | 0 | 1 | 100100101 | 1100001 | 111101 |
Color Harmonies of #E53DFC
Complementary color
Monochromatic Colors of #E53DFC
Black with #E53DFC
Text Example
Text Example
White with #E53DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DFC; }
p { color: rgb(229,61,252); }
H1.HeaderClassName
{
color: #E53DFC;
}
.AnyTagClassName
{
color: #E53DFC;
}
</style>
background-color css
<style>
a { background-color: #E53DFC; }
a { background-color: rgb(229,61,252); }
div.DivClassName
{
background-color: #E53DFC;
}
.BgClassName
{
background-color: #E53DFC;
}
</style>
border-color css
<style>
span { border-color: #E53DFC; }
span { border-color: rgb(229,61,252); }
td.TdClassName
{
border-color: #E53DFC;
}
.TagClassName
{
border-color: #E53DFC;
}
</style>