Shades of Pink Flamingo #E53FFC
Tints of Pink Flamingo #E53FFC
RGB
CMYK
RGB Variations
Color information
#E53FFC (or 0xE53FFC) is known color: Pink Flamingo. HEX triplet: E5, 3F and FC. RGB value is (229,63,252). Sum of RGB (Red+Green+Blue) = 229+63+252=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 63 (25% from 255 or 11.58% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #E53FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FFC is #1AC003. Grayscale: #858585. Windows color (decimal): -1753092 or 16531429. OLE color: 16531429.
HSL color Cylindrical-coordinate representation of color #E53FFC: hue angle of 292.7º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53FFC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 63 | 252 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.01 |
| HSL | 292.7º | 0.97% | 0.62% | - |
| HSV(B) | 292.7º | 0.75% | 0.99% | - |
| XYZ | 51.66 | 27.24 | 94.63 | - |
| YUV | 134.18 | 194.5 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 252 | 0.09 | 0.75 | 0 | 0.01 | 292.7 | 0.97 | 0.62 |
| Hex | E5 | 3F | FC | 9 | 4B | 0 | 1 | 125 | 61 | 3E |
| Octal | 345 | 77 | 374 | 11 | 113 | 0 | 1 | 445 | 141 | 76 |
| Binary | 11100101 | 111111 | 11111100 | 1001 | 1001011 | 0 | 1 | 100100101 | 1100001 | 111110 |
Color Harmonies of #E53FFC
Complementary color
Monochromatic Colors of #E53FFC
Black with #E53FFC
Text Example
Text Example
White with #E53FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FFC; }
p { color: rgb(229,63,252); }
H1.HeaderClassName
{
color: #E53FFC;
}
.AnyTagClassName
{
color: #E53FFC;
}
</style>
background-color css
<style>
a { background-color: #E53FFC; }
a { background-color: rgb(229,63,252); }
div.DivClassName
{
background-color: #E53FFC;
}
.BgClassName
{
background-color: #E53FFC;
}
</style>
border-color css
<style>
span { border-color: #E53FFC; }
span { border-color: rgb(229,63,252); }
td.TdClassName
{
border-color: #E53FFC;
}
.TagClassName
{
border-color: #E53FFC;
}
</style>