#EC59FF

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

Shades of Pink Flamingo #EC59FF

Tints of Pink Flamingo #EC59FF

Color information

#EC59FF (or 0xEC59FF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 59 and FF. RGB value is (236,89,255). Sum of RGB (Red+Green+Blue) = 236+89+255=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 89 (35.16% from 255 or 15.34% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC59FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59FF is #13A600. Grayscale: #979797. Windows color (decimal): -1287681 or 16734700. OLE color: 16734700.

HSL color Cylindrical-coordinate representation of color #EC59FF: hue angle of 293.13º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC59FF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23689255-
CMYK0.070.6500
HSL293.13º100%67.45%-
HSV(B)293.13º65.1%100%-
XYZ56.2132.297.86-
YUV151.88186.2188-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 89 (35.16% from 255) = 15.34%
BLUE value IS 255 (100% from 255) = 43.97%
R=40.69%
G=15.34%
B=43.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236892550.070.6500293.1310067.45
HexEC59FF741001256443
Octal354131377710100445144103
Binary1110110010110011111111111110000010010010010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC59FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC59FF; }

 p { color: rgb(236,89,255); }

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

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

 a { background-color: rgb(236,89,255); }

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

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

 span { border-color: rgb(236,89,255); }

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