Shades of Pink Flamingo #E53CFD
Tints of Pink Flamingo #E53CFD
RGB
CMYK
RGB Variations
Color information
#E53CFD (or 0xE53CFD) is known color: Pink Flamingo. HEX triplet: E5, 3C and FD. RGB value is (229,60,253). Sum of RGB (Red+Green+Blue) = 229+60+253=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 60 (23.83% from 255 or 11.07% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #E53CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CFD is #1AC302. Grayscale: #838383. Windows color (decimal): -1753859 or 16596197. OLE color: 16596197.
HSL color Cylindrical-coordinate representation of color #E53CFD: hue angle of 292.54º degrees, saturation: 0.98, 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 #E53CFD is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 60 | 253 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.01 |
| HSL | 292.54º | 0.98% | 0.61% | - |
| HSV(B) | 292.54º | 0.76% | 0.99% | - |
| XYZ | 51.66 | 26.98 | 95.41 | - |
| YUV | 132.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 253 | 0.09 | 0.76 | 0 | 0.01 | 292.54 | 0.98 | 0.61 |
| Hex | E5 | 3C | FD | 9 | 4C | 0 | 1 | 125 | 62 | 3D |
| Octal | 345 | 74 | 375 | 11 | 114 | 0 | 1 | 445 | 142 | 75 |
| Binary | 11100101 | 111100 | 11111101 | 1001 | 1001100 | 0 | 1 | 100100101 | 1100010 | 111101 |
Color Harmonies of #E53CFD
Complementary color
Monochromatic Colors of #E53CFD
Black with #E53CFD
Text Example
Text Example
White with #E53CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CFD; }
p { color: rgb(229,60,253); }
H1.HeaderClassName
{
color: #E53CFD;
}
.AnyTagClassName
{
color: #E53CFD;
}
</style>
background-color css
<style>
a { background-color: #E53CFD; }
a { background-color: rgb(229,60,253); }
div.DivClassName
{
background-color: #E53CFD;
}
.BgClassName
{
background-color: #E53CFD;
}
</style>
border-color css
<style>
span { border-color: #E53CFD; }
span { border-color: rgb(229,60,253); }
td.TdClassName
{
border-color: #E53CFD;
}
.TagClassName
{
border-color: #E53CFD;
}
</style>