#EF47FA

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

Shades of Pink Flamingo #EF47FA

Tints of Pink Flamingo #EF47FA

Color information

#EF47FA (or 0xEF47FA) is unknown color: approx Pink Flamingo. HEX triplet: EF, 47 and FA. RGB value is (239,71,250). Sum of RGB (Red+Green+Blue) = 239+71+250=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 71 (28.12% from 255 or 12.68% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF47FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF47FA is #10B805. Grayscale: #8D8D8D. Windows color (decimal): -1095686 or 16402415. OLE color: 16402415.

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

Color convert

RGB23971250-
CMYK0.040.7200.02
HSL296.31º94.71%62.94%-
HSV(B)296.31º71.6%98.04%-
XYZ55.1129.7693.28-
YUV141.64189.16197.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 71 (28.12% from 255) = 12.68%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=42.68%
G=12.68%
B=44.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239712500.040.7200.02296.3194.7162.94
HexEF47FA448021285f3f
Octal35710737241100245013777
Binary1110111110001111111101010010010000101001010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF47FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF47FA; }

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

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

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

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

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

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

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

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