#EF6AFF

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

Shades of Pink Flamingo #EF6AFF

Tints of Pink Flamingo #EF6AFF

Color information

#EF6AFF (or 0xEF6AFF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 6A and FF. RGB value is (239,106,255). Sum of RGB (Red+Green+Blue) = 239+106+255=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 106 (41.80% from 255 or 17.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF6AFF is #109500. Grayscale: #A2A2A2. Windows color (decimal): -1086721 or 16739055. OLE color: 16739055.

HSL color Cylindrical-coordinate representation of color #EF6AFF: hue angle of 293.56º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6AFF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239106255-
CMYK0.060.5800
HSL293.56º100%70.78%-
HSV(B)293.56º58.43%100%-
XYZ58.835.8898.43-
YUV162.75180.06182.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 106 (41.80% from 255) = 17.67%
BLUE value IS 255 (100% from 255) = 42.5%
R=39.83%
G=17.67%
B=42.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391062550.060.5800293.5610070.78
HexEF6AFF63A001266447
Octal35715237767200446144107
Binary111011111101010111111111101110100010010011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6AFF; }

 p { color: rgb(239,106,255); }

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

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

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

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

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

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

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