#EC65FB

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

Shades of Pink Flamingo #EC65FB

Tints of Pink Flamingo #EC65FB

Color information

#EC65FB (or 0xEC65FB) is unknown color: approx Pink Flamingo. HEX triplet: EC, 65 and FB. RGB value is (236,101,251). Sum of RGB (Red+Green+Blue) = 236+101+251=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 101 (39.84% from 255 or 17.18% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC65FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65FB is #139A04. Grayscale: #9E9E9E. Windows color (decimal): -1284613 or 16475628. OLE color: 16475628.

HSL color Cylindrical-coordinate representation of color #EC65FB: hue angle of 294º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC65FB is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236101251-
CMYK0.060.6000.02
HSL294º94.94%69.02%-
HSV(B)294º59.76%98.43%-
XYZ56.6634.1194.86-
YUV158.46180.23183.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 101 (39.84% from 255) = 17.18%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=40.14%
G=17.18%
B=42.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361012510.060.6000.0229494.9469.02
HexEC65FB63C021265f45
Octal35414537367402446137105
Binary1110110011001011111101111011110001010010011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65FB; }

 p { color: rgb(236,101,251); }

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

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

 a { background-color: rgb(236,101,251); }

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

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

 span { border-color: rgb(236,101,251); }

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