#EF49FC

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

Shades of Pink Flamingo #EF49FC

Tints of Pink Flamingo #EF49FC

Color information

#EF49FC (or 0xEF49FC) is unknown color: approx Pink Flamingo. HEX triplet: EF, 49 and FC. RGB value is (239,73,252). Sum of RGB (Red+Green+Blue) = 239+73+252=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 73 (28.91% from 255 or 12.94% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF49FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF49FC is #10B603. Grayscale: #8E8E8E. Windows color (decimal): -1095172 or 16533999. OLE color: 16533999.

HSL color Cylindrical-coordinate representation of color #EF49FC: hue angle of 295.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF49FC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23973252-
CMYK0.050.7100.01
HSL295.64º96.76%63.73%-
HSV(B)295.64º71.03%98.82%-
XYZ55.5530.1494.99-
YUV143.04189.5196.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 73 (28.91% from 255) = 12.94%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=42.38%
G=12.94%
B=44.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239732520.050.7100.01295.6496.7663.73
HexEF49FC547011286140
Octal357111374510701450141100
Binary1110111110010011111110010110001110110010100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF49FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF49FC; }

 p { color: rgb(239,73,252); }

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

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

 a { background-color: rgb(239,73,252); }

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

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

 span { border-color: rgb(239,73,252); }

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