#E44FFA

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

Shades of Pink Flamingo #E44FFA

Tints of Pink Flamingo #E44FFA

Color information

#E44FFA (or 0xE44FFA) is unknown color: approx Pink Flamingo. HEX triplet: E4, 4F and FA. RGB value is (228,79,250). Sum of RGB (Red+Green+Blue) = 228+79+250=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 79 (31.25% from 255 or 14.18% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E44FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E44FFA is #1BB005. Grayscale: #8E8E8E. Windows color (decimal): -1814534 or 16404452. OLE color: 16404452.

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

Color convert

RGB22879250-
CMYK0.090.6800.02
HSL292.28º94.48%64.51%-
HSV(B)292.28º68.4%98.04%-
XYZ52.0528.9993.29-
YUV143.04188.36188.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 79 (31.25% from 255) = 14.18%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=40.93%
G=14.18%
B=44.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal228792500.090.6800.02292.2894.4864.51
HexE44FFA944021245e41
Octal3441173721110402444136101
Binary111001001001111111110101001100010001010010010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44FFA; }

 p { color: rgb(228,79,250); }

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

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

 a { background-color: rgb(228,79,250); }

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

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

 span { border-color: rgb(228,79,250); }

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