#EC5FFB

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

Shades of Pink Flamingo #EC5FFB

Tints of Pink Flamingo #EC5FFB

Color information

#EC5FFB (or 0xEC5FFB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5F and FB. RGB value is (236,95,251). Sum of RGB (Red+Green+Blue) = 236+95+251=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 95 (37.5% from 255 or 16.32% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FFB is #13A004. Grayscale: #9A9A9A. Windows color (decimal): -1286149 or 16474092. OLE color: 16474092.

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

Color convert

RGB23695251-
CMYK0.060.6200.02
HSL294.23º95.12%67.84%-
HSV(B)294.23º62.15%98.43%-
XYZ56.132.9894.68-
YUV154.94182.21185.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 95 (37.5% from 255) = 16.32%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=40.55%
G=16.32%
B=43.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236952510.060.6200.02294.2395.1267.84
HexEC5FFB63E021265f44
Octal35413737367602446137104
Binary1110110010111111111101111011111001010010011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FFB; }

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

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

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

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

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

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

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

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