#ec58f5

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

Shades of Pink Flamingo #EC58F5

Tints of Pink Flamingo #EC58F5

Color information

#EC58F5 (or 0xEC58F5) is unknown color: approx Pink Flamingo. HEX triplet: EC, 58 and F5. RGB value is (236,88,245). Sum of RGB (Red+Green+Blue) = 236+88+245=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 88 (34.77% from 255 or 15.47% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC58F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC58F5 is #13A70A. Grayscale: #959595. Windows color (decimal): -1287947 or 16079084. OLE color: 16079084.

HSL color Cylindrical-coordinate representation of color #EC58F5: hue angle of 296.56º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC58F5 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23688245-
CMYK0.040.6400.04
HSL296.56º88.7%65.29%-
HSV(B)296.56º64.08%96.08%-
XYZ54.5631.489.57-
YUV150.15181.53189.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 88 (34.77% from 255) = 15.47%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=41.48%
G=15.47%
B=43.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal236882450.040.6400.04296.5688.765.29
HexEC58F5440041295941
Octal354130365410004451131101
Binary111011001011000111101011001000000010010010100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec58f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec58f5; }

 p { color: rgb(236,88,245); }

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

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

 a { background-color: rgb(236,88,245); }

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

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

 span { border-color: rgb(236,88,245); }

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