#EC5DF8

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

Shades of Pink Flamingo #EC5DF8

Tints of Pink Flamingo #EC5DF8

Color information

#EC5DF8 (or 0xEC5DF8) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5D and F8. RGB value is (236,93,248). Sum of RGB (Red+Green+Blue) = 236+93+248=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC5DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DF8 is #13A207. Grayscale: #989898. Windows color (decimal): -1286664 or 16276972. OLE color: 16276972.

HSL color Cylindrical-coordinate representation of color #EC5DF8: hue angle of 295.35º degrees, saturation: 0.92, 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 #EC5DF8 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23693248-
CMYK0.050.6200.03
HSL295.35º91.72%66.86%-
HSV(B)295.35º62.5%97.25%-
XYZ55.4532.4492.15-
YUV153.43181.38186.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 93 (36.72% from 255) = 16.12%
BLUE value IS 248 (97.27% from 255) = 42.98%
R=40.90%
G=16.12%
B=42.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal236932480.050.6200.03295.3591.7266.86
HexEC5DF853E031275c43
Octal35413537057603447134103
Binary1110110010111011111100010111111001110010011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DF8; }

 p { color: rgb(236,93,248); }

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

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

 a { background-color: rgb(236,93,248); }

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

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

 span { border-color: rgb(236,93,248); }

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