#EC40FB

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

Shades of Pink Flamingo #EC40FB

Tints of Pink Flamingo #EC40FB

Color information

#EC40FB (or 0xEC40FB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 40 and FB. RGB value is (236,64,251). Sum of RGB (Red+Green+Blue) = 236+64+251=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FB is #13BF04. Grayscale: #888888. Windows color (decimal): -1294085 or 16466156. OLE color: 16466156.

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

Color convert

RGB23664251-
CMYK0.060.7500.02
HSL295.19º95.9%61.76%-
HSV(B)295.19º74.5%98.43%-
XYZ53.8428.4693.92-
YUV136.75192.48198.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 64 (25.39% from 255) = 11.62%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=42.83%
G=11.62%
B=45.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236642510.060.7500.02295.1995.961.76
HexEC40FB64B02127603e
Octal35410037361130244714076
Binary1110110010000001111101111010010110101001001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC40FB; }

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

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

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

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

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

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

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

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