#E44AF9

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

Shades of Pink Flamingo #E44AF9

Tints of Pink Flamingo #E44AF9

Color information

#E44AF9 (or 0xE44AF9) is unknown color: approx Pink Flamingo. HEX triplet: E4, 4A and F9. RGB value is (228,74,249). Sum of RGB (Red+Green+Blue) = 228+74+249=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 74 (29.30% from 255 or 13.43% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #E44AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44AF9 is #1BB506. Grayscale: #8B8B8B. Windows color (decimal): -1815815 or 16337636. OLE color: 16337636.

HSL color Cylindrical-coordinate representation of color #E44AF9: hue angle of 292.8º 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 #E44AF9 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22874249-
CMYK0.080.7000.02
HSL292.8º93.58%63.33%-
HSV(B)292.8º70.28%97.65%-
XYZ51.5428.2392.36-
YUV140189.52190.77-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.38%
GREEN value IS 74 (29.30% from 255) = 13.43%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=41.38%
G=13.43%
B=45.19%

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
Decimal228742490.080.7000.02292.893.5863.33
HexE44AF9846021255e3f
Octal344112371101060244513677
Binary11100100100101011111001100010001100101001001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44AF9; }

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

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

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

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

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

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

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

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