Shades of Pink Flamingo #E853FC
Tints of Pink Flamingo #E853FC
RGB
CMYK
RGB Variations
Color information
#E853FC (or 0xE853FC) is known color: Pink Flamingo. HEX triplet: E8, 53 and FC. RGB value is (232,83,252). Sum of RGB (Red+Green+Blue) = 232+83+252=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 83 (32.81% from 255 or 14.64% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #E853FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E853FC is #17AC03. Grayscale: #929292. Windows color (decimal): -1551364 or 16536552. OLE color: 16536552.
HSL color Cylindrical-coordinate representation of color #E853FC: hue angle of 292.9º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E853FC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 83 | 252 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.01 |
| HSL | 292.9º | 0.97% | 0.66% | - |
| HSV(B) | 292.9º | 0.67% | 0.99% | - |
| XYZ | 53.94 | 30.37 | 95.11 | - |
| YUV | 146.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 252 | 0.08 | 0.67 | 0 | 0.01 | 292.9 | 0.97 | 0.66 |
| Hex | E8 | 53 | FC | 8 | 43 | 0 | 1 | 125 | 61 | 42 |
| Octal | 350 | 123 | 374 | 10 | 103 | 0 | 1 | 445 | 141 | 102 |
| Binary | 11101000 | 1010011 | 11111100 | 1000 | 1000011 | 0 | 1 | 100100101 | 1100001 | 1000010 |
Color Harmonies of #E853FC
Complementary color
Monochromatic Colors of #E853FC
Black with #E853FC
Text Example
Text Example
White with #E853FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E853FC; }
p { color: rgb(232,83,252); }
H1.HeaderClassName
{
color: #E853FC;
}
.AnyTagClassName
{
color: #E853FC;
}
</style>
background-color css
<style>
a { background-color: #E853FC; }
a { background-color: rgb(232,83,252); }
div.DivClassName
{
background-color: #E853FC;
}
.BgClassName
{
background-color: #E853FC;
}
</style>
border-color css
<style>
span { border-color: #E853FC; }
span { border-color: rgb(232,83,252); }
td.TdClassName
{
border-color: #E853FC;
}
.TagClassName
{
border-color: #E853FC;
}
</style>