Shades of Pink Flamingo #E53CFE
Tints of Pink Flamingo #E53CFE
RGB
CMYK
RGB Variations
Color information
#E53CFE (or 0xE53CFE) is known color: Pink Flamingo. HEX triplet: E5, 3C and FE. RGB value is (229,60,254). Sum of RGB (Red+Green+Blue) = 229+60+254=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 60 (23.83% from 255 or 11.05% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #E53CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CFE is #1AC301. Grayscale: #848484. Windows color (decimal): -1753858 or 16661733. OLE color: 16661733.
HSL color Cylindrical-coordinate representation of color #E53CFE: hue angle of 292.27º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53CFE is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 60 | 254 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.00 |
| HSL | 292.27º | 0.99% | 0.62% | - |
| HSV(B) | 292.27º | 0.76% | 1% | - |
| XYZ | 51.82 | 27.05 | 96.26 | - |
| YUV | 132.65 | 196.49 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 254 | 0.10 | 0.76 | 0 | 0.00 | 292.27 | 0.99 | 0.62 |
| Hex | E5 | 3C | FE | A | 4C | 0 | 0 | 124 | 63 | 3E |
| Octal | 345 | 74 | 376 | 12 | 114 | 0 | 0 | 444 | 143 | 76 |
| Binary | 11100101 | 111100 | 11111110 | 1010 | 1001100 | 0 | 0 | 100100100 | 1100011 | 111110 |
Color Harmonies of #E53CFE
Complementary color
Monochromatic Colors of #E53CFE
Black with #E53CFE
Text Example
Text Example
White with #E53CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53CFE; }
p { color: rgb(229,60,254); }
H1.HeaderClassName
{
color: #E53CFE;
}
.AnyTagClassName
{
color: #E53CFE;
}
</style>
background-color css
<style>
a { background-color: #E53CFE; }
a { background-color: rgb(229,60,254); }
div.DivClassName
{
background-color: #E53CFE;
}
.BgClassName
{
background-color: #E53CFE;
}
</style>
border-color css
<style>
span { border-color: #E53CFE; }
span { border-color: rgb(229,60,254); }
td.TdClassName
{
border-color: #E53CFE;
}
.TagClassName
{
border-color: #E53CFE;
}
</style>