#EC40FD

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

Shades of Pink Flamingo #EC40FD

Tints of Pink Flamingo #EC40FD

Color information

#EC40FD (or 0xEC40FD) is unknown color: approx Pink Flamingo. HEX triplet: EC, 40 and FD. RGB value is (236,64,253). Sum of RGB (Red+Green+Blue) = 236+64+253=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FD is #13BF02. Grayscale: #888888. Windows color (decimal): -1294083 or 16597228. OLE color: 16597228.

HSL color Cylindrical-coordinate representation of color #EC40FD: hue angle of 294.6º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC40FD is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23664253-
CMYK0.070.7500.01
HSL294.6º97.93%62.16%-
HSV(B)294.6º74.7%99.22%-
XYZ54.1628.5995.59-
YUV136.97193.48198.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 64 (25.39% from 255) = 11.57%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=42.68%
G=11.57%
B=45.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal236642530.070.7500.01294.697.9362.16
HexEC40FD74B01127623e
Octal35410037571130144714276
Binary111011001000000111111011111001011011001001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC40FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC40FD; }

 p { color: rgb(236,64,253); }

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

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

 a { background-color: rgb(236,64,253); }

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

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

 span { border-color: rgb(236,64,253); }

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