#EF69EC

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

Shades of Pink Flamingo #EF69EC

Tints of Pink Flamingo #EF69EC

Color information

#EF69EC (or 0xEF69EC) is unknown color: approx Pink Flamingo. HEX triplet: EF, 69 and EC. RGB value is (239,105,236). Sum of RGB (Red+Green+Blue) = 239+105+236=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69EC is #109613. Grayscale: #9F9F9F. Windows color (decimal): -1086996 or 15493615. OLE color: 15493615.

HSL color Cylindrical-coordinate representation of color #EF69EC: hue angle of 301.34º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF69EC is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239105236-
CMYK00.560.010.06
HSL301.34º80.72%67.45%-
HSV(B)301.34º56.07%93.73%-
XYZ55.7934.5183.08-
YUV160170.89184.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 105 (41.41% from 255) = 18.10%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=41.21%
G=18.10%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910523600.560.010.06301.3480.7267.45
HexEF69EC0381612d5143
Octal35715135407016455121103
Binary111011111101001111011000111000111010010110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69EC; }

 p { color: rgb(239,105,236); }

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

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

 a { background-color: rgb(239,105,236); }

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

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

 span { border-color: rgb(239,105,236); }

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