#EC5DFF

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

Shades of Pink Flamingo #EC5DFF

Tints of Pink Flamingo #EC5DFF

Color information

#EC5DFF (or 0xEC5DFF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5D and FF. RGB value is (236,93,255). Sum of RGB (Red+Green+Blue) = 236+93+255=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFF is #13A200. Grayscale: #999999. Windows color (decimal): -1286657 or 16735724. OLE color: 16735724.

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

Color convert

RGB23693255-
CMYK0.070.6400
HSL292.96º100%68.24%-
HSV(B)292.96º63.53%100%-
XYZ56.5632.8897.97-
YUV154.22184.88186.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 93 (36.72% from 255) = 15.92%
BLUE value IS 255 (100% from 255) = 43.66%
R=40.41%
G=15.92%
B=43.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236932550.070.6400292.9610068.24
HexEC5DFF740001256444
Octal354135377710000445144104
Binary1110110010111011111111111110000000010010010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DFF; }

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

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

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

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

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

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

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

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