#E349FA

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

Shades of Pink Flamingo #E349FA

Tints of Pink Flamingo #E349FA

Color information

#E349FA (or 0xE349FA) is unknown color: approx Pink Flamingo. HEX triplet: E3, 49 and FA. RGB value is (227,73,250). Sum of RGB (Red+Green+Blue) = 227+73+250=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #E349FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E349FA is #1CB605. Grayscale: #8A8A8A. Windows color (decimal): -1881606 or 16402915. OLE color: 16402915.

HSL color Cylindrical-coordinate representation of color #E349FA: hue angle of 292.2º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E349FA is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22773250-
CMYK0.090.7100.02
HSL292.2º94.65%63.33%-
HSV(B)292.2º70.8%98.04%-
XYZ51.322893.14-
YUV139.22190.52190.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 73 (28.91% from 255) = 13.27%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=41.27%
G=13.27%
B=45.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal227732500.090.7100.02292.294.6563.33
HexE349FA947021245f3f
Octal343111372111070244413777
Binary11100011100100111111010100110001110101001001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E349FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E349FA; }

 p { color: rgb(227,73,250); }

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

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

 a { background-color: rgb(227,73,250); }

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

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

 span { border-color: rgb(227,73,250); }

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