#EC5FF7

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

Shades of Pink Flamingo #EC5FF7

Tints of Pink Flamingo #EC5FF7

Color information

#EC5FF7 (or 0xEC5FF7) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5F and F7. RGB value is (236,95,247). Sum of RGB (Red+Green+Blue) = 236+95+247=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC5FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FF7 is #13A008. Grayscale: #9A9A9A. Windows color (decimal): -1286153 or 16211948. OLE color: 16211948.

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

Color convert

RGB23695247-
CMYK0.040.6200.03
HSL295.66º90.48%67.06%-
HSV(B)295.66º61.54%96.86%-
XYZ55.4732.7391.39-
YUV154.49180.21186.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 95 (37.5% from 255) = 16.44%
BLUE value IS 247 (96.88% from 255) = 42.73%
R=40.83%
G=16.44%
B=42.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal236952470.040.6200.03295.6690.4867.06
HexEC5FF743E031285a43
Octal35413736747603450132103
Binary1110110010111111111011110011111001110010100010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FF7; }

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

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

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

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

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

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

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

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