#E545FF

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

Shades of Pink Flamingo #E545FF

Tints of Pink Flamingo #E545FF

Color information

#E545FF (or 0xE545FF) is unknown color: approx Pink Flamingo. HEX triplet: E5, 45 and FF. RGB value is (229,69,255). Sum of RGB (Red+Green+Blue) = 229+69+255=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 69 (27.34% from 255 or 12.48% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #E545FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E545FF is #1ABA00. Grayscale: #898989. Windows color (decimal): -1751553 or 16729573. OLE color: 16729573.

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

Color convert

RGB22969255-
CMYK0.100.7300
HSL291.61º100%63.53%-
HSV(B)291.61º72.94%100%-
XYZ52.4928.1397.27-
YUV138.04194.01192.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 69 (27.34% from 255) = 12.48%
BLUE value IS 255 (100% from 255) = 46.11%
R=41.41%
G=12.48%
B=46.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal229692550.100.7300291.6110063.53
HexE545FFA49001246440
Octal3451053771211100444144100
Binary11100101100010111111111101010010010010010010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E545FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E545FF; }

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

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

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

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

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

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

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

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