#E549FF

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

Shades of Pink Flamingo #E549FF

Tints of Pink Flamingo #E549FF

Color information

#E549FF (or 0xE549FF) is unknown color: approx Pink Flamingo. HEX triplet: E5, 49 and FF. RGB value is (229,73,255). Sum of RGB (Red+Green+Blue) = 229+73+255=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 73 (28.91% from 255 or 13.11% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #E549FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E549FF is #1AB600. Grayscale: #8B8B8B. Windows color (decimal): -1750529 or 16730597. OLE color: 16730597.

HSL color Cylindrical-coordinate representation of color #E549FF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E549FF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22973255-
CMYK0.100.7100
HSL291.43º100%64.31%-
HSV(B)291.43º71.37%100%-
XYZ52.7528.6497.36-
YUV140.39192.68191.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.11%
GREEN value IS 73 (28.91% from 255) = 13.11%
BLUE value IS 255 (100% from 255) = 45.78%
R=41.11%
G=13.11%
B=45.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal229732550.100.7100291.4310064.31
HexE549FFA47001236440
Octal3451113771210700443144100
Binary11100101100100111111111101010001110010010001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E549FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E549FF; }

 p { color: rgb(229,73,255); }

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

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

 a { background-color: rgb(229,73,255); }

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

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

 span { border-color: rgb(229,73,255); }

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