#EC65F4

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

Shades of Pink Flamingo #EC65F4

Tints of Pink Flamingo #EC65F4

Color information

#EC65F4 (or 0xEC65F4) is unknown color: approx Pink Flamingo. HEX triplet: EC, 65 and F4. RGB value is (236,101,244). Sum of RGB (Red+Green+Blue) = 236+101+244=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC65F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65F4 is #139A0B. Grayscale: #9D9D9D. Windows color (decimal): -1284620 or 16016876. OLE color: 16016876.

HSL color Cylindrical-coordinate representation of color #EC65F4: hue angle of 296.64º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC65F4 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236101244-
CMYK0.030.5900.04
HSL296.64º86.67%67.65%-
HSV(B)296.64º58.61%95.69%-
XYZ55.5733.6789.16-
YUV157.67176.73183.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 101 (39.84% from 255) = 17.38%
BLUE value IS 244 (95.70% from 255) = 42.00%
R=40.62%
G=17.38%
B=42.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361012440.030.5900.04296.6486.6767.65
HexEC65F433B041295744
Octal35414536437304451127104
Binary1110110011001011111010011111011010010010100110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65F4; }

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

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

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

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

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

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

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

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