#EC49FB

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

Shades of Pink Flamingo #EC49FB

Tints of Pink Flamingo #EC49FB

Color information

#EC49FB (or 0xEC49FB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 49 and FB. RGB value is (236,73,251). Sum of RGB (Red+Green+Blue) = 236+73+251=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 73 (28.91% from 255 or 13.04% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC49FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49FB is #13B604. Grayscale: #8D8D8D. Windows color (decimal): -1291781 or 16468460. OLE color: 16468460.

HSL color Cylindrical-coordinate representation of color #EC49FB: hue angle of 294.94º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC49FB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23673251-
CMYK0.060.7100.02
HSL294.94º95.7%63.53%-
HSV(B)294.94º70.92%98.43%-
XYZ54.3929.5694.11-
YUV142.03189.5195.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 73 (28.91% from 255) = 13.04%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=42.14%
G=13.04%
B=44.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236732510.060.7100.02294.9495.763.53
HexEC49FB647021276040
Octal354111373610702447140100
Binary11101100100100111111011110100011101010010011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC49FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC49FB; }

 p { color: rgb(236,73,251); }

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

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

 a { background-color: rgb(236,73,251); }

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

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

 span { border-color: rgb(236,73,251); }

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