Shades of Pink Flamingo #E852FA
Tints of Pink Flamingo #E852FA
RGB
CMYK
RGB Variations
Color information
#E852FA (or 0xE852FA) is known color: Pink Flamingo. HEX triplet: E8, 52 and FA. RGB value is (232,82,250). Sum of RGB (Red+Green+Blue) = 232+82+250=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 82 (32.42% from 255 or 14.54% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #E852FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E852FA is #17AD05. Grayscale: #919191. Windows color (decimal): -1551622 or 16405224. OLE color: 16405224.
HSL color Cylindrical-coordinate representation of color #E852FA: hue angle of 293.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E852FA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 82 | 250 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.02 |
| HSL | 293.57º | 0.94% | 0.65% | - |
| HSV(B) | 293.57º | 0.67% | 0.98% | - |
| XYZ | 53.55 | 30.09 | 93.43 | - |
| YUV | 146 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 250 | 0.07 | 0.67 | 0 | 0.02 | 293.57 | 0.94 | 0.65 |
| Hex | E8 | 52 | FA | 7 | 43 | 0 | 2 | 126 | 5E | 41 |
| Octal | 350 | 122 | 372 | 7 | 103 | 0 | 2 | 446 | 136 | 101 |
| Binary | 11101000 | 1010010 | 11111010 | 111 | 1000011 | 0 | 10 | 100100110 | 1011110 | 1000001 |
Color Harmonies of #E852FA
Complementary color
Monochromatic Colors of #E852FA
Black with #E852FA
Text Example
Text Example
White with #E852FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852FA; }
p { color: rgb(232,82,250); }
H1.HeaderClassName
{
color: #E852FA;
}
.AnyTagClassName
{
color: #E852FA;
}
</style>
background-color css
<style>
a { background-color: #E852FA; }
a { background-color: rgb(232,82,250); }
div.DivClassName
{
background-color: #E852FA;
}
.BgClassName
{
background-color: #E852FA;
}
</style>
border-color css
<style>
span { border-color: #E852FA; }
span { border-color: rgb(232,82,250); }
td.TdClassName
{
border-color: #E852FA;
}
.TagClassName
{
border-color: #E852FA;
}
</style>