#EF66EF

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

Shades of Pink Flamingo #EF66EF

Tints of Pink Flamingo #EF66EF

Color information

#EF66EF (or 0xEF66EF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 66 and EF. RGB value is (239,102,239). Sum of RGB (Red+Green+Blue) = 239+102+239=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF66EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66EF is #109910. Grayscale: #9E9E9E. Windows color (decimal): -1087761 or 15689455. OLE color: 15689455.

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

Color convert

RGB239102239-
CMYK00.5700.06
HSL300º81.07%66.86%-
HSV(B)300º57.32%93.73%-
XYZ55.9334.0985.29-
YUV158.58173.39185.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 102 (40.23% from 255) = 17.59%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=41.21%
G=17.59%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910223900.5700.0630081.0766.86
HexEF66EF0390612c5143
Octal35714635707106454121103
Binary111011111100110111011110111001011010010110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66EF; }

 p { color: rgb(239,102,239); }

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

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

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

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

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

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

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