Shades of Pink Flamingo #E853FE
Tints of Pink Flamingo #E853FE
RGB
CMYK
RGB Variations
Color information
#E853FE (or 0xE853FE) is known color: Pink Flamingo. HEX triplet: E8, 53 and FE. RGB value is (232,83,254). Sum of RGB (Red+Green+Blue) = 232+83+254=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 83 (32.81% from 255 or 14.59% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #E853FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E853FE is #17AC01. Grayscale: #929292. Windows color (decimal): -1551362 or 16667624. OLE color: 16667624.
HSL color Cylindrical-coordinate representation of color #E853FE: hue angle of 292.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E853FE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 83 | 254 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.00 |
| HSL | 292.28º | 0.99% | 0.66% | - |
| HSV(B) | 292.28º | 0.67% | 1% | - |
| XYZ | 54.26 | 30.5 | 96.79 | - |
| YUV | 147.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 254 | 0.09 | 0.67 | 0 | 0.00 | 292.28 | 0.99 | 0.66 |
| Hex | E8 | 53 | FE | 9 | 43 | 0 | 0 | 124 | 63 | 42 |
| Octal | 350 | 123 | 376 | 11 | 103 | 0 | 0 | 444 | 143 | 102 |
| Binary | 11101000 | 1010011 | 11111110 | 1001 | 1000011 | 0 | 0 | 100100100 | 1100011 | 1000010 |
Color Harmonies of #E853FE
Complementary color
Monochromatic Colors of #E853FE
Black with #E853FE
Text Example
Text Example
White with #E853FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E853FE; }
p { color: rgb(232,83,254); }
H1.HeaderClassName
{
color: #E853FE;
}
.AnyTagClassName
{
color: #E853FE;
}
</style>
background-color css
<style>
a { background-color: #E853FE; }
a { background-color: rgb(232,83,254); }
div.DivClassName
{
background-color: #E853FE;
}
.BgClassName
{
background-color: #E853FE;
}
</style>
border-color css
<style>
span { border-color: #E853FE; }
span { border-color: rgb(232,83,254); }
td.TdClassName
{
border-color: #E853FE;
}
.TagClassName
{
border-color: #E853FE;
}
</style>