#EE47FA

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

Shades of Pink Flamingo #EE47FA

Tints of Pink Flamingo #EE47FA

Color information

#EE47FA (or 0xEE47FA) is unknown color: approx Pink Flamingo. HEX triplet: EE, 47 and FA. RGB value is (238,71,250). Sum of RGB (Red+Green+Blue) = 238+71+250=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 71 (28.12% from 255 or 12.70% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE47FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE47FA is #11B805. Grayscale: #8C8C8C. Windows color (decimal): -1161222 or 16402414. OLE color: 16402414.

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

Color convert

RGB23871250-
CMYK0.050.7200.02
HSL295.98º94.71%62.94%-
HSV(B)295.98º71.6%98.04%-
XYZ54.7729.5993.27-
YUV141.34189.33196.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.58%
GREEN value IS 71 (28.12% from 255) = 12.70%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=42.58%
G=12.70%
B=44.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238712500.050.7200.02295.9894.7162.94
HexEE47FA548021285f3f
Octal35610737251100245013777
Binary1110111010001111111101010110010000101001010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE47FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE47FA; }

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

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

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

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

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

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

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

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