#E858FC

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

Shades of Pink Flamingo #E858FC

Tints of Pink Flamingo #E858FC

Color information

#E858FC (or 0xE858FC) is unknown color: approx Pink Flamingo. HEX triplet: E8, 58 and FC. RGB value is (232,88,252). Sum of RGB (Red+Green+Blue) = 232+88+252=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 88 (34.77% from 255 or 15.38% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #E858FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E858FC is #17A703. Grayscale: #959595. Windows color (decimal): -1550084 or 16537832. OLE color: 16537832.

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

Color convert

RGB23288252-
CMYK0.080.6500.01
HSL292.68º96.47%66.67%-
HSV(B)292.68º65.08%98.82%-
XYZ54.3431.1695.25-
YUV149.75185.71186.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.56%
GREEN value IS 88 (34.77% from 255) = 15.38%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=40.56%
G=15.38%
B=44.06%

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
Decimal232882520.080.6500.01292.6896.4766.67
HexE858FC841011256043
Octal3501303741010101445140103
Binary11101000101100011111100100010000010110010010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E858FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E858FC; }

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

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

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

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

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

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

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

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