#E857FC

Color #E857FC Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #E857FC

Tints of Pink Flamingo #E857FC

Color information

#E857FC (or 0xE857FC) is unknown color: approx Pink Flamingo. HEX triplet: E8, 57 and FC. RGB value is (232,87,252). Sum of RGB (Red+Green+Blue) = 232+87+252=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 87 (34.38% from 255 or 15.24% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #E857FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E857FC is #17A803. Grayscale: #949494. Windows color (decimal): -1550340 or 16537576. OLE color: 16537576.

HSL color Cylindrical-coordinate representation of color #E857FC: hue angle of 292.73º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E857FC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23287252-
CMYK0.080.6500.01
HSL292.73º96.49%66.47%-
HSV(B)292.73º65.48%98.82%-
XYZ54.263195.22-
YUV149.16186.04187.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 40.63%
GREEN value IS 87 (34.38% from 255) = 15.24%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=40.63%
G=15.24%
B=44.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal232872520.080.6500.01292.7396.4966.47
HexE857FC841011256042
Octal3501273741010101445140102
Binary11101000101011111111100100010000010110010010111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E857FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E857FC; }

 p { color: rgb(232,87,252); }

 H1.HeaderClassName
 {
   color: #E857FC;
 }
 .AnyTagClassName
 {
   color: #E857FC;
 }
</style>
background-color css

<style>
 a { background-color: #E857FC; }

 a { background-color: rgb(232,87,252); }

 div.DivClassName
 {
   background-color: #E857FC;
 }
 .BgClassName
 {
   background-color: #E857FC;
 }
</style>
border-color css

<style>
 span { border-color: #E857FC; }

 span { border-color: rgb(232,87,252); }

 td.TdClassName
 {
   border-color: #E857FC;
 }
 .TagClassName
 {
   border-color: #E857FC;
 }
</style>