#EC36FD

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

Shades of Pink Flamingo #EC36FD

Tints of Pink Flamingo #EC36FD

Color information

#EC36FD (or 0xEC36FD) is unknown color: approx Pink Flamingo. HEX triplet: EC, 36 and FD. RGB value is (236,54,253). Sum of RGB (Red+Green+Blue) = 236+54+253=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 54 (21.48% from 255 or 9.94% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC36FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC36FD is #13C902. Grayscale: #828282. Windows color (decimal): -1296643 or 16594668. OLE color: 16594668.

HSL color Cylindrical-coordinate representation of color #EC36FD: hue angle of 294.87º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC36FD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23654253-
CMYK0.070.7900.01
HSL294.87º98.03%60.2%-
HSV(B)294.87º78.66%99.22%-
XYZ53.6427.5695.42-
YUV131.1196.8202.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 54 (21.48% from 255) = 9.94%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=43.46%
G=9.94%
B=46.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal236542530.070.7900.01294.8798.0360.2
HexEC36FD74F01127623c
Octal3546637571170144714274
Binary11101100110110111111011111001111011001001111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC36FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC36FD; }

 p { color: rgb(236,54,253); }

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

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

 a { background-color: rgb(236,54,253); }

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

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

 span { border-color: rgb(236,54,253); }

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