#EC5DFC

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

Shades of Pink Flamingo #EC5DFC

Tints of Pink Flamingo #EC5DFC

Color information

#EC5DFC (or 0xEC5DFC) is unknown color: approx Pink Flamingo. HEX triplet: EC, 5D and FC. RGB value is (236,93,252). Sum of RGB (Red+Green+Blue) = 236+93+252=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFC is #13A203. Grayscale: #999999. Windows color (decimal): -1286660 or 16539116. OLE color: 16539116.

HSL color Cylindrical-coordinate representation of color #EC5DFC: hue angle of 293.96º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5DFC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23693252-
CMYK0.060.6300.01
HSL293.96º96.36%67.65%-
HSV(B)293.96º63.1%98.82%-
XYZ56.0832.6995.45-
YUV153.88183.38186.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 93 (36.72% from 255) = 16.01%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=40.62%
G=16.01%
B=43.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal236932520.060.6300.01293.9696.3667.65
HexEC5DFC63F011266044
Octal35413537467701446140104
Binary111011001011101111111001101111110110010011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DFC; }

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

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

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

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

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

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

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

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