#EF47FB

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

Shades of Pink Flamingo #EF47FB

Tints of Pink Flamingo #EF47FB

Color information

#EF47FB (or 0xEF47FB) is unknown color: approx Pink Flamingo. HEX triplet: EF, 47 and FB. RGB value is (239,71,251). Sum of RGB (Red+Green+Blue) = 239+71+251=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 71 (28.12% from 255 or 12.66% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF47FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF47FB is #10B804. Grayscale: #8D8D8D. Windows color (decimal): -1095685 or 16467951. OLE color: 16467951.

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

Color convert

RGB23971251-
CMYK0.050.7200.02
HSL296º95.74%63.14%-
HSV(B)296º71.71%98.43%-
XYZ55.2629.8294.11-
YUV141.75189.66197.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 71 (28.12% from 255) = 12.66%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=42.60%
G=12.66%
B=44.74%

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
Decimal239712510.050.7200.0229695.7463.14
HexEF47FB54802128603f
Octal35710737351100245014077
Binary1110111110001111111101110110010000101001010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF47FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF47FB; }

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

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

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

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

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

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

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

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