#EC55F3

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

Shades of Pink Flamingo #EC55F3

Tints of Pink Flamingo #EC55F3

Color information

#EC55F3 (or 0xEC55F3) is unknown color: approx Pink Flamingo. HEX triplet: EC, 55 and F3. RGB value is (236,85,243). Sum of RGB (Red+Green+Blue) = 236+85+243=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC55F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55F3 is #13AA0C. Grayscale: #939393. Windows color (decimal): -1288717 or 15947244. OLE color: 15947244.

HSL color Cylindrical-coordinate representation of color #EC55F3: hue angle of 297.34º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC55F3 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23685243-
CMYK0.030.6500.05
HSL297.34º86.81%64.31%-
HSV(B)297.34º65.02%95.29%-
XYZ54.0230.887.89-
YUV148.16181.53190.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 85 (33.59% from 255) = 15.07%
BLUE value IS 243 (95.31% from 255) = 43.09%
R=41.84%
G=15.07%
B=43.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236852430.030.6500.05297.3486.8164.31
HexEC55F3341051295740
Octal354125363310105451127100
Binary11101100101010111110011111000001010110010100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC55F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC55F3; }

 p { color: rgb(236,85,243); }

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

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

 a { background-color: rgb(236,85,243); }

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

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

 span { border-color: rgb(236,85,243); }

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