#EC5EFB

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

Shades of Pink Flamingo #EC5EFB

Tints of Pink Flamingo #EC5EFB

Color information

#EC5EFB (or 0xEC5EFB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5E and FB. RGB value is (236,94,251). Sum of RGB (Red+Green+Blue) = 236+94+251=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC5EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5EFB is #13A104. Grayscale: #999999. Windows color (decimal): -1286405 or 16473836. OLE color: 16473836.

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

Color convert

RGB23694251-
CMYK0.060.6300.02
HSL294.27º95.15%67.65%-
HSV(B)294.27º62.55%98.43%-
XYZ56.0132.894.65-
YUV154.36182.54186.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 94 (37.11% from 255) = 16.18%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=40.62%
G=16.18%
B=43.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236942510.060.6300.02294.2795.1567.65
HexEC5EFB63F021265f44
Octal35413637367702446137104
Binary1110110010111101111101111011111101010010011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5EFB; }

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

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

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

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

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

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

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

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