#EE4FFA

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

Shades of Pink Flamingo #EE4FFA

Tints of Pink Flamingo #EE4FFA

Color information

#EE4FFA (or 0xEE4FFA) is unknown color: approx Pink Flamingo. HEX triplet: EE, 4F and FA. RGB value is (238,79,250). Sum of RGB (Red+Green+Blue) = 238+79+250=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 79 (31.25% from 255 or 13.93% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE4FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4FFA is #11B005. Grayscale: #919191. Windows color (decimal): -1159174 or 16404462. OLE color: 16404462.

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

Color convert

RGB23879250-
CMYK0.050.6800.02
HSL295.79º94.48%64.51%-
HSV(B)295.79º68.4%98.04%-
XYZ55.3130.6793.45-
YUV146.04186.68193.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.98%
GREEN value IS 79 (31.25% from 255) = 13.93%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=41.98%
G=13.93%
B=44.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238792500.050.6800.02295.7994.4864.51
HexEE4FFA544021285e41
Octal356117372510402450136101
Binary11101110100111111111010101100010001010010100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4FFA; }

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

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

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

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

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

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

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

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