#EC40F7

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

Shades of Pink Flamingo #EC40F7

Tints of Pink Flamingo #EC40F7

Color information

#EC40F7 (or 0xEC40F7) is unknown color: approx Pink Flamingo. HEX triplet: EC, 40 and F7. RGB value is (236,64,247). Sum of RGB (Red+Green+Blue) = 236+64+247=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC40F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40F7 is #13BF08. Grayscale: #878787. Windows color (decimal): -1294089 or 16204012. OLE color: 16204012.

HSL color Cylindrical-coordinate representation of color #EC40F7: hue angle of 296.39º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC40F7 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23664247-
CMYK0.040.7400.03
HSL296.39º91.96%60.98%-
HSV(B)296.39º74.09%96.86%-
XYZ53.2128.2290.64-
YUV136.29190.48199.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 64 (25.39% from 255) = 11.70%
BLUE value IS 247 (96.88% from 255) = 45.16%
R=43.14%
G=11.70%
B=45.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal236642470.040.7400.03296.3991.9660.98
HexEC40F744A031285c3d
Octal35410036741120345013475
Binary1110110010000001111011110010010100111001010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC40F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC40F7; }

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

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

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

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

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

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

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

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