#E854F9

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

Shades of Pink Flamingo #E854F9

Tints of Pink Flamingo #E854F9

Color information

#E854F9 (or 0xE854F9) is unknown color: approx Pink Flamingo. HEX triplet: E8, 54 and F9. RGB value is (232,84,249). Sum of RGB (Red+Green+Blue) = 232+84+249=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 84 (33.20% from 255 or 14.87% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #E854F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E854F9 is #17AB06. Grayscale: #929292. Windows color (decimal): -1551111 or 16340200. OLE color: 16340200.

HSL color Cylindrical-coordinate representation of color #E854F9: hue angle of 293.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E854F9 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23284249-
CMYK0.070.6600.02
HSL293.82º93.22%65.29%-
HSV(B)293.82º66.27%97.65%-
XYZ53.5530.3492.66-
YUV147.06185.53188.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.06%
GREEN value IS 84 (33.20% from 255) = 14.87%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=41.06%
G=14.87%
B=44.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal232842490.070.6600.02293.8293.2265.29
HexE854F9742021265d41
Octal350124371710202446135101
Binary11101000101010011111001111100001001010010011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E854F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E854F9; }

 p { color: rgb(232,84,249); }

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

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

 a { background-color: rgb(232,84,249); }

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

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

 span { border-color: rgb(232,84,249); }

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