#EC5DFB

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

Shades of Pink Flamingo #EC5DFB

Tints of Pink Flamingo #EC5DFB

Color information

#EC5DFB (or 0xEC5DFB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5D and FB. RGB value is (236,93,251). Sum of RGB (Red+Green+Blue) = 236+93+251=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC5DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFB is #13A204. Grayscale: #999999. Windows color (decimal): -1286661 or 16473580. OLE color: 16473580.

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

Color convert

RGB23693251-
CMYK0.060.6300.02
HSL294.3º95.18%67.45%-
HSV(B)294.3º62.95%98.43%-
XYZ55.9232.6394.62-
YUV153.77182.88186.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 93 (36.72% from 255) = 16.03%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=40.69%
G=16.03%
B=43.28%

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
Decimal236932510.060.6300.02294.395.1867.45
HexEC5DFB63F021265f43
Octal35413537367702446137103
Binary1110110010111011111101111011111101010010011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DFB; }

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

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

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

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

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

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

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

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