#E54AF9

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

Shades of Pink Flamingo #E54AF9

Tints of Pink Flamingo #E54AF9

Color information

#E54AF9 (or 0xE54AF9) is unknown color: approx Pink Flamingo. HEX triplet: E5, 4A and F9. RGB value is (229,74,249). Sum of RGB (Red+Green+Blue) = 229+74+249=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #E54AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AF9 is #1AB506. Grayscale: #8B8B8B. Windows color (decimal): -1750279 or 16337637. OLE color: 16337637.

HSL color Cylindrical-coordinate representation of color #E54AF9: hue angle of 293.14º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54AF9 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22974249-
CMYK0.080.7000.02
HSL293.14º93.58%63.33%-
HSV(B)293.14º70.28%97.65%-
XYZ51.8628.492.37-
YUV140.29189.35191.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.49%
GREEN value IS 74 (29.30% from 255) = 13.41%
BLUE value IS 249 (97.66% from 255) = 45.11%
R=41.49%
G=13.41%
B=45.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal229742490.080.7000.02293.1493.5863.33
HexE54AF9846021255e3f
Octal345112371101060244513677
Binary11100101100101011111001100010001100101001001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54AF9; }

 p { color: rgb(229,74,249); }

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

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

 a { background-color: rgb(229,74,249); }

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

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

 span { border-color: rgb(229,74,249); }

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