#EC5CFB

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

Shades of Pink Flamingo #EC5CFB

Tints of Pink Flamingo #EC5CFB

Color information

#EC5CFB (or 0xEC5CFB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5C and FB. RGB value is (236,92,251). Sum of RGB (Red+Green+Blue) = 236+92+251=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CFB is #13A304. Grayscale: #989898. Windows color (decimal): -1286917 or 16473324. OLE color: 16473324.

HSL color Cylindrical-coordinate representation of color #EC5CFB: hue angle of 294.34º 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 #EC5CFB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23692251-
CMYK0.060.6300.02
HSL294.34º95.21%67.25%-
HSV(B)294.34º63.35%98.43%-
XYZ55.8332.4594.59-
YUV153.18183.21187.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 92 (36.33% from 255) = 15.89%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=40.76%
G=15.89%
B=43.35%

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
Decimal236922510.060.6300.02294.3495.2167.25
HexEC5CFB63F021265f43
Octal35413437367702446137103
Binary1110110010111001111101111011111101010010011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5CFB; }

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

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

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

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

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

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

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

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