#EC66ED

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

Shades of Pink Flamingo #EC66ED

Tints of Pink Flamingo #EC66ED

Color information

#EC66ED (or 0xEC66ED) is unknown color: approx Pink Flamingo. HEX triplet: EC, 66 and ED. RGB value is (236,102,237). Sum of RGB (Red+Green+Blue) = 236+102+237=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC66ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66ED is #139912. Grayscale: #9D9D9D. Windows color (decimal): -1284371 or 15558380. OLE color: 15558380.

HSL color Cylindrical-coordinate representation of color #EC66ED: hue angle of 299.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66ED is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236102237-
CMYK0.000.5700.07
HSL299.56º78.95%66.47%-
HSV(B)299.56º56.96%92.94%-
XYZ54.6333.4583.7-
YUV157.46172.89184.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 102 (40.23% from 255) = 17.74%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=41.04%
G=17.74%
B=41.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361022370.000.5700.07299.5678.9566.47
HexEC66ED0390712c4f42
Octal35414635507107454117102
Binary111011001100110111011010111001011110010110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC66ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC66ED; }

 p { color: rgb(236,102,237); }

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

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

 a { background-color: rgb(236,102,237); }

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

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

 span { border-color: rgb(236,102,237); }

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