#EC5FEF

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

Shades of Pink Flamingo #EC5FEF

Tints of Pink Flamingo #EC5FEF

Color information

#EC5FEF (or 0xEC5FEF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5F and EF. RGB value is (236,95,239). Sum of RGB (Red+Green+Blue) = 236+95+239=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC5FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FEF is #13A010. Grayscale: #999999. Windows color (decimal): -1286161 or 15687660. OLE color: 15687660.

HSL color Cylindrical-coordinate representation of color #EC5FEF: hue angle of 298.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FEF is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23695239-
CMYK0.010.6000.06
HSL298.75º81.82%65.49%-
HSV(B)298.75º60.25%93.73%-
XYZ54.2632.2585.03-
YUV153.57176.21186.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 95 (37.5% from 255) = 16.67%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=41.40%
G=16.67%
B=41.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal236952390.010.6000.06298.7581.8265.49
HexEC5FEF13C0612b5241
Octal35413735717406453122101
Binary111011001011111111011111111100011010010101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FEF; }

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

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

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

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

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

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

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

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