#EC4DFE

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

Shades of Pink Flamingo #EC4DFE

Tints of Pink Flamingo #EC4DFE

Color information

#EC4DFE (or 0xEC4DFE) is unknown color: approx Pink Flamingo. HEX triplet: EC, 4D and FE. RGB value is (236,77,254). Sum of RGB (Red+Green+Blue) = 236+77+254=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DFE is #13B201. Grayscale: #909090. Windows color (decimal): -1290754 or 16666092. OLE color: 16666092.

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

Color convert

RGB23677254-
CMYK0.070.7000.00
HSL293.9º98.88%64.9%-
HSV(B)293.9º69.69%99.61%-
XYZ55.1430.396.71-
YUV144.72189.68193.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 77 (30.47% from 255) = 13.58%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=41.62%
G=13.58%
B=44.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal236772540.070.7000.00293.998.8864.9
HexEC4DFE746001266341
Octal354115376710600446143101
Binary1110110010011011111111011110001100010010011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4DFE; }

 p { color: rgb(236,77,254); }

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

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

 a { background-color: rgb(236,77,254); }

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

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

 span { border-color: rgb(236,77,254); }

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