#E541FF

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

Shades of Pink Flamingo #E541FF

Tints of Pink Flamingo #E541FF

Color information

#E541FF (or 0xE541FF) is unknown color: approx Pink Flamingo. HEX triplet: E5, 41 and FF. RGB value is (229,65,255). Sum of RGB (Red+Green+Blue) = 229+65+255=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 65 (25.78% from 255 or 11.84% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #E541FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541FF is #1ABE00. Grayscale: #878787. Windows color (decimal): -1752577 or 16728549. OLE color: 16728549.

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

Color convert

RGB22965255-
CMYK0.100.7500
HSL291.79º100%62.75%-
HSV(B)291.79º74.51%100%-
XYZ52.2527.6697.19-
YUV135.7195.33194.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.71%
GREEN value IS 65 (25.78% from 255) = 11.84%
BLUE value IS 255 (100% from 255) = 46.45%
R=41.71%
G=11.84%
B=46.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal229652550.100.7500291.7910062.75
HexE541FFA4B00124643f
Octal345101377121130044414477
Binary1110010110000011111111110101001011001001001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E541FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E541FF; }

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

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

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

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

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

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

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

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