#EC61FD

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

Shades of Pink Flamingo #EC61FD

Tints of Pink Flamingo #EC61FD

Color information

#EC61FD (or 0xEC61FD) is unknown color: approx Pink Flamingo. HEX triplet: EC, 61 and FD. RGB value is (236,97,253). Sum of RGB (Red+Green+Blue) = 236+97+253=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 97 (38.28% from 255 or 16.55% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC61FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC61FD is #139E02. Grayscale: #9B9B9B. Windows color (decimal): -1285635 or 16605676. OLE color: 16605676.

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

Color convert

RGB23697253-
CMYK0.070.6200.01
HSL293.46º97.5%68.63%-
HSV(B)293.46º61.66%99.22%-
XYZ56.633.4796.41-
YUV156.34182.55184.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 97 (38.28% from 255) = 16.55%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=40.27%
G=16.55%
B=43.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal236972530.070.6200.01293.4697.568.63
HexEC61FD73E011256245
Octal35414137577601445142105
Binary111011001100001111111011111111100110010010111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC61FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC61FD; }

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

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

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

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

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

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

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

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