#EC40FF

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

Shades of Pink Flamingo #EC40FF

Tints of Pink Flamingo #EC40FF

Color information

#EC40FF (or 0xEC40FF) is unknown color: approx Pink Flamingo. HEX triplet: EC, 40 and FF. RGB value is (236,64,255). Sum of RGB (Red+Green+Blue) = 236+64+255=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 64 (25.39% from 255 or 11.53% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FF is #13BF00. Grayscale: #888888. Windows color (decimal): -1294081 or 16728300. OLE color: 16728300.

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

Color convert

RGB23664255-
CMYK0.070.7500
HSL294.03º100%62.55%-
HSV(B)294.03º74.9%100%-
XYZ54.4828.7297.28-
YUV137.2194.48198.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 64 (25.39% from 255) = 11.53%
BLUE value IS 255 (100% from 255) = 45.95%
R=42.52%
G=11.53%
B=45.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236642550.070.7500294.0310062.55
HexEC40FF74B00126643f
Octal35410037771130044614477
Binary111011001000000111111111111001011001001001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC40FF; }

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

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

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

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

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

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

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

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